summaryrefslogtreecommitdiff
path: root/git/index
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Sebastian Thiel2011-05-301-2/+3
| | | | of the new database types. This reduces code duplication to the mere minimum, but allows custom tests to be added on top easily and flexibly
* Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel2011-05-061-1/+1
| | | | changed drastically. Now the actual work begins
* replaced all gitdb strings with gitSebastian Thiel2011-05-062-5/+5
|
* Made most primal imports work, but stopped here as there are many more ↵Sebastian Thiel2011-05-051-2/+2
| | | | changes when doing the merge
* sleep ui hack fix: removed platform.system() to use sys.platform instead, as ↵Sebastian Thiel2011-01-121-1/+1
| | | | platform.system makes a system call itself
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-255-0/+1738
adjusted