summaryrefslogtreecommitdiff
path: root/git/index
Commit message (Collapse)AuthorAgeFilesLines
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-094-1601/+1601
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Fixed index test which didn't work anymore due to changes in the way the git ↵Sebastian Thiel2011-06-071-0/+4
| | | | command communicates
* 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