summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* Submodule.add() can now handle absolute module paths in agreement to the doc ...Sebastian Thiel2015-01-151-3/+11
* Added the first submodule will no longer cause an IOError.Sebastian Thiel2015-01-151-0/+7
* Added 'path' keyword argument to Repo.archive().Sebastian Thiel2015-01-141-1/+1
* GitConfigParser now respects and merges 'include' sectionsSebastian Thiel2015-01-142-1/+70
* Added `Repo.merge_base(...)` implementation, including test-case.Sebastian Thiel2015-01-131-1/+23
* IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel2015-01-121-0/+21
* Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel2015-01-122-3/+3
* Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel2015-01-121-3/+7
* Added specific test for roughly checking configuration paths.Sebastian Thiel2015-01-121-0/+5
* Fixed test to actually use tilde and environment variables respectively.Sebastian Thiel2015-01-101-2/+6
* Repo.init() now supports paths with a '~' in it, or environment variables in ...Sebastian Thiel2015-01-101-0/+10
* Added search_parent_directories keyword argument to Repo type.Sebastian Thiel2015-01-101-2/+2
* rewrote test-string to have a chance to make flake8 happy.Sebastian Thiel2015-01-101-10/+9
* Implemented multi-line parsing of git-config to the point where a sepcific te...Sebastian Thiel2015-01-102-1/+204
* Added test for complex blame revision query.Sebastian Thiel2015-01-092-0/+184
* Now Diff.__str__ works correctly in all python versions.Sebastian Thiel2015-01-091-2/+2
* Fixed mode-handling in Diff creation, and added assertions to catch this in f...Sebastian Thiel2015-01-091-1/+5
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-092-0/+112
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-093-0/+14
* Added test to assure blame can deal with binary patches.Sebastian Thiel2015-01-092-6/+7
* Improved empty-repo testSebastian Thiel2015-01-081-2/+5
* Improved handling of name-resolution, which will not mangle names anymore.Sebastian Thiel2015-01-081-1/+26
* And finally, PY3 support should be restored.Sebastian Thiel2015-01-081-1/+1
* Added test to verify blame commits can have multiple lines.Sebastian Thiel2015-01-081-2/+6
* Added support for rename detection in raw mode (which is the default).Sebastian Thiel2015-01-082-0/+10
* Added assertion to better detect diff issues.Sebastian Thiel2015-01-081-1/+1
* Added Remote.exists() method, and test. Fixes #229Sebastian Thiel2015-01-081-1/+6
* Made improvements to assure test-cases don't leak file handlesSebastian Thiel2015-01-073-0/+33
* Made sure commits accept unicode or unicode charactersSebastian Thiel2015-01-071-6/+8
* fix pep8firm12015-01-071-2/+3
* add tests for commit by actorfirm12015-01-071-0/+16
* Once again, make flake8 happySebastian Thiel2015-01-071-1/+1
* This should fix flake8 on py3Sebastian Thiel2015-01-072-2/+2
* Bumped gitdb requirement.0.3.4Sebastian Thiel2015-01-061-2/+1
* Improved windows test suite.Sebastian Thiel2015-01-062-2/+18
* Fixed test_git once againSebastian Thiel2015-01-061-2/+12
* fixed test_gitSebastian Thiel2015-01-061-2/+2
* Make flake8 happySebastian Thiel2015-01-065-3/+3
* test_streams worksSebastian Thiel2015-01-061-1/+1
* test_base worksSebastian Thiel2015-01-061-4/+7
* test_tree worksSebastian Thiel2015-01-061-0/+1
* test_submodule worksSebastian Thiel2015-01-062-2/+2
* test_stat worksSebastian Thiel2015-01-061-2/+2
* test_repo worksSebastian Thiel2015-01-065-23/+51
* test_remote worksSebastian Thiel2015-01-061-4/+7
* test_reflog worksSebastian Thiel2015-01-061-2/+3
* test_index worksSebastian Thiel2015-01-061-18/+19
* test_git worksSebastian Thiel2015-01-051-7/+8
* test_fun worksSebastian Thiel2015-01-051-6/+6
* test_commit works once againSebastian Thiel2015-01-051-21/+23