summaryrefslogtreecommitdiff
path: root/git/test/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-0/+1
| | | | Now it's about going through PY3 issues
* Merge branch 'feature/0.3/git-file-support' of ↵Sebastian Thiel2014-11-191-0/+1
|\ | | | | | | | | | | | | | | | | | | https://github.com/igetgames/GitPython into igetgames-feature/0.3/git-file-support Using the previous implementation of read_gitfile, but added the previously missing test from this PR. Conflicts: git/repo/base.py git/test/test_repo.py
| * Add tests for .git-file.Marcus R. Brown2013-01-111-0/+1
| |
* | GPG signature support on commit object.Max Rasskazov2014-09-081-0/+30
|/ | | | | | | | Originals: Pull request "GPG signature support on commit object" #124 by Tatsuki Sugiura. https://github.com/gitpython-developers/GitPython/pull/124 commit 8065d2abdbb18e09560fc061807301b4c834d5a7 commit 62ecd6c66a84144632b045696326af503ee8cd4e
* 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-2540-0/+3634
adjusted