summaryrefslogtreecommitdiff
path: root/git/index/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed regression that would possibly have caused an abundance of chdir calls.Sebastian Thiel2014-11-171-9/+13
* Merge branch 'master' of https://github.com/moshevds/GitPython into moshevds-...Sebastian Thiel2014-11-171-49/+56
|\
| * Refactored the working tree dependent code for add.Môshe van der Sterre2013-12-311-40/+44
* | Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-114/+108
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-091-1118/+1118
|/
* Fixed index checkout return code parsing to work with latest git versionSebastian Thiel2011-06-071-0/+4
* Fixed tests far enough to allow basic repository tests to be applied to any o...Sebastian Thiel2011-05-301-2/+3
* Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel2011-05-061-1/+1
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-3/+3
* Made most primal imports work, but stopped here as there are many more change...Sebastian Thiel2011-05-051-2/+2
* 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