summaryrefslogtreecommitdiff
path: root/git/test/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'sf-master' of https://github.com/johnsca/GitPython into ↵Sebastian Thiel2014-11-151-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | johnsca-sf-master Conflicts: git/cmd.py git/objects/commit.py git/objects/fun.py git/objects/util.py git/remote.py git/repo/base.py git/test/lib/helper.py git/test/test_commit.py git/test/test_fun.py git/util.py
| * [#7021] Added serialization and test from upstream and fixed test issuesCory Johns2014-03-031-1/+1
| |
* | Adjusted required versions of pre-requisites, now the majority of the tests workSebastian Thiel2014-02-101-1/+1
| |
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-206/+206
|/ | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Improved debug assertion to provide proper path on which to run a git daemonSebastian Thiel2011-06-071-2/+4
|
* Fixed all testcasesSebastian Thiel2010-11-251-1/+1
|
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-253-0/+308
adjusted