summaryrefslogtreecommitdiff
path: root/git/test/test_index.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed indentation errorSebastian Thiel2014-11-171-1/+1
|
* Merge branch 'master' of https://github.com/moshevds/GitPython into ↵Sebastian Thiel2014-11-171-0/+34
|\ | | | | | | | | | | | | | | | | | | moshevds-master Fixed an issue with path_rewriter code branch, but there is more to do Conflicts: git/index/base.py git/test/test_index.py
| * Test if it is possible to add files to the index of a bare repo.Môshe van der Sterre2013-12-311-0/+34
| | | | | | | | Adding using a path should still require a non-bare repository.
* | Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-158/+156
| |
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-091-656/+656
|/ | | | Needs plenty of work
* Fixed remaining tests as good as possible. remote/fetch/pull and submodule ↵Sebastian Thiel2011-05-301-1/+7
| | | | tests need some more work. Also, the tests need to be reorganized and move closer to their actual location within gitpython. Hence the refs tests go to git.test.refs, etc
* 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
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+669
adjusted