diff options
| author | Keith Mosher <kmosher@yelp.com> | 2014-06-21 02:48:58 -0700 |
|---|---|---|
| committer | Keith Mosher <kmosher@yelp.com> | 2014-08-12 00:58:48 -0700 |
| commit | f72477aa5b2f61b22bd6d9cc7567da3fc197d932 (patch) | |
| tree | 1891d80cba5ec1f7fb6247899a293652f86ddce0 /git/test/fixtures | |
| parent | a66cfe99c1af3d745e929da6a61e1257e3a376b1 (diff) | |
| download | GitPython-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')
| -rw-r--r-- | git/test/fixtures/git_config | 5 |
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 |
