aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures/git_config
diff options
context:
space:
mode:
authorKeith Mosher <kmosher@yelp.com>2014-06-21 02:48:58 -0700
committerKeith Mosher <kmosher@yelp.com>2014-08-12 00:58:48 -0700
commitf72477aa5b2f61b22bd6d9cc7567da3fc197d932 (patch)
tree1891d80cba5ec1f7fb6247899a293652f86ddce0 /git/test/fixtures/git_config
parenta66cfe99c1af3d745e929da6a61e1257e3a376b1 (diff)
downloadGitPython-f72477aa5b2f61b22bd6d9cc7567da3fc197d932.tar.gz
GitPython-f72477aa5b2f61b22bd6d9cc7567da3fc197d932.zip
Update the config parser using code from python2.7
Notably this adds support for valueless options ( e.x. the option "required" which can be added to filters which must succeed.)
Diffstat (limited to 'git/test/fixtures/git_config')
-rw-r--r--git/test/fixtures/git_config5
1 files changed, 5 insertions, 0 deletions
diff --git a/git/test/fixtures/git_config b/git/test/fixtures/git_config
index ff8e7114..34fdfc5a 100644
--- a/git/test/fixtures/git_config
+++ b/git/test/fixtures/git_config
@@ -27,3 +27,8 @@
[branch "mainline_performance"]
remote = mainline
merge = refs/heads/master
+[filter "indent"]
+ clean = indent
+ smudge = cat
+ # A vauleless option
+ required