summaryrefslogtreecommitdiff
path: root/git/test/fixtures/git_config
Commit message (Collapse)AuthorAgeFilesLines
* BF: process included files before the restYaroslav Halchenko2017-11-271-2/+16
|
* GitConfigParser now respects and merges 'include' sectionsSebastian Thiel2015-01-141-0/+3
| | | | | | | | | | | | | We implement it as described in this article: http://stackoverflow.com/questions/1557183/is-it-possible-to-include-a-file-in-your-gitconfig Thus we handle * cycles * relative and absolute include paths * write-backs in case of writable GitConfigParser instances Fixes #201
* Greatly improved robustness of config parser - it can now take pretty much ↵Sebastian Thiel2011-06-071-5/+11
| | | | everything. Includes an updated config file which includes all the new additions
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+23
adjusted