diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2014-08-17 16:14:38 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2014-08-17 16:14:38 +0200 |
| commit | aa66d10bb6485af5941f1550dad77e825f384fed (patch) | |
| tree | 4434dea0106459fb25f087d0a9ace8ce98fea688 /git/test/fixtures | |
| parent | 6d3d94c1e64716062eaeb170d967e9c8040e421f (diff) | |
| parent | f72477aa5b2f61b22bd6d9cc7567da3fc197d932 (diff) | |
| download | GitPython-aa66d10bb6485af5941f1550dad77e825f384fed.tar.gz GitPython-aa66d10bb6485af5941f1550dad77e825f384fed.zip | |
Merge pull request #183 from kmosher/master
Update the config parser using code from python2.7
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 |
