index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
test
/
test_repo.py
Age
Commit message (
Expand
)
Author
2015-01-13
Added `Repo.merge_base(...)` implementation, including test-case.
Sebastian Thiel
2015-01-12
Added specific test for roughly checking configuration paths.
Sebastian Thiel
2015-01-10
Fixed test to actually use tilde and environment variables respectively.
Sebastian Thiel
2015-01-10
Repo.init() now supports paths with a '~' in it, or environment variables in ...
Sebastian Thiel
2015-01-09
Added test for complex blame revision query.
Sebastian Thiel
2015-01-09
Added test to assure blame can deal with binary patches.
Sebastian Thiel
2015-01-08
Improved empty-repo test
Sebastian Thiel
2015-01-08
Improved handling of name-resolution, which will not mangle names anymore.
Sebastian Thiel
2015-01-08
And finally, PY3 support should be restored.
Sebastian Thiel
2015-01-08
Added test to verify blame commits can have multiple lines.
Sebastian Thiel
2015-01-08
Added Remote.exists() method, and test. Fixes #229
Sebastian Thiel
2015-01-07
Made improvements to assure test-cases don't leak file handles
Sebastian Thiel
2015-01-07
This should fix flake8 on py3
Sebastian Thiel
2015-01-06
test_repo works
Sebastian Thiel
2015-01-05
Fixed io types to make tests work on PY2 once again.
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Removed 'from X import *' whereever possible
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-04
Let's hope travis works now
Sebastian Thiel
2015-01-04
Intermediate debug commit for travis ... do not use
Sebastian Thiel
2015-01-04
Somemore debugging for rev-parse issue
Sebastian Thiel
2015-01-03
Fixed all remaining non-performance tests
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-19
Merge branch 'feature/0.3/git-file-support' of https://github.com/igetgames/G...
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-02-10
Minor modifications to get tests back to work.
Sebastian Thiel
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2013-01-11
Add tests for .git-file.
Marcus R. Brown
2011-07-18
fixed testcase
Sebastian Thiel
2011-07-18
new blame test added
Sebastian Thiel
2011-06-13
fixed test_repo to deal with new and old versions of the gitdb. windows is no...
Sebastian Thiel
2011-02-23
Fixed incorrect handling of rev_parse if it was fed with branches that looked...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel