aboutsummaryrefslogtreecommitdiff
path: root/git/index/base.py
AgeCommit message (Expand)Author
2015-01-21Fixed regression in test-suite for IndexFileSebastian Thiel
2015-01-12IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel
2015-01-12Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel
2015-01-12Removed all previously added invocations of os.path.realpath as it wasn't req...Sebastian Thiel
2015-01-12Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel
2015-01-07Implemented non-blocking operations using poll()Sebastian Thiel
2015-01-06test_index worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-17Allow Index.add() on bare repositoriesSebastian Thiel
2014-11-17Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (double spaces before comment)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-04-09fix syntax errorfirm1
2014-03-24update commit functionfirm1
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-06-07Fixed index test which didn't work anymore due to changes in the way the git ...Sebastian Thiel
2011-01-12sleep ui hack fix: removed platform.system() to use sys.platform instead, as ...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel