summaryrefslogtreecommitdiff
path: root/git/index/base.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-10/+6
* Applied autopep8Sebastian Thiel2014-11-191-54/+56
* Allow Index.add() on bare repositoriesSebastian Thiel2014-11-171-52/+65
* Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel2014-11-171-2/+2
|\
| * fix syntax errorfirm12014-04-091-1/+1
| * update commit functionfirm12014-03-241-2/+2
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-161-36/+36
* | pep8 linting (double spaces before comment)Antoine Musso2014-11-161-1/+1
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-161-19/+19
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-161-8/+1
* | pep8 linting (whitespaces)Antoine Musso2014-11-161-32/+31
|/
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-1116/+1116
* Fixed index test which didn't work anymore due to changes in the way the git ...Sebastian Thiel2011-06-071-0/+4
* sleep ui hack fix: removed platform.system() to use sys.platform instead, as ...Sebastian Thiel2011-01-121-1/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+1153