From f72477aa5b2f61b22bd6d9cc7567da3fc197d932 Mon Sep 17 00:00:00 2001 From: Keith Mosher Date: Sat, 21 Jun 2014 02:48:58 -0700 Subject: 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.) --- git/test/fixtures/git_config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'git/test/fixtures') 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 -- cgit v1.2.3