summaryrefslogtreecommitdiff
path: root/git/test/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Update the config parser using code from python2.7Keith Mosher2014-08-121-0/+5
| | | | | | Notably this adds support for valueless options ( e.x. the option "required" which can be added to filters which must succeed.)
* add tests for git.diff.Diff._index_from_raw_format()Patrick Pfeifer2012-06-161-0/+4
|
* Added test for backslahed/quoted valuesJulien Kauffmann2012-02-081-0/+4
|
* 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
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-057-0/+0
| | | | Then the tests will need some work
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-2540-0/+3634
adjusted