Skip to content

Read conditional include #1054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Sep 4, 2020
Merged
Prev Previous commit
Next Next commit
Add missing blank line
  • Loading branch information
buddly27 committed Sep 3, 2020
commit c3eae2cdd688d8969a4f36b96a8b41fa55c0d3ed
1 change: 1 addition & 0 deletions git/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
# https://git-scm.com/docs/git-config#_conditional_includes
CONDITIONAL_INCLUDE_REGEXP = re.compile(r"(?<=includeIf )\"(gitdir|gitdir/i|onbranch):(.+)\"")


class MetaParserBuilder(abc.ABCMeta):

"""Utlity class wrapping base-class methods into decorators that assure read-only properties"""
Expand Down