aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures
AgeCommit message (Collapse)Author
2014-08-12Update the config parser using code from python2.7Keith Mosher
Notably this adds support for valueless options ( e.x. the option "required" which can be added to filters which must succeed.)
2012-06-16add tests for git.diff.Diff._index_from_raw_format()Patrick Pfeifer
2012-02-08Added test for backslahed/quoted valuesJulien Kauffmann
2011-06-07Greatly improved robustness of config parser - it can now take pretty much ↵Sebastian Thiel
everything. Includes an updated config file which includes all the new additions
2011-05-05Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel
Then the tests will need some work
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted