Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed regression that would possibly have caused an abundance of chdir calls. | Sebastian Thiel | 2014-11-17 | 1 | -9/+13 |
| | |||||
* | Merge branch 'master' of https://github.com/moshevds/GitPython into ↵ | Sebastian Thiel | 2014-11-17 | 1 | -49/+56 |
|\ | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Refactored the working tree dependent code for add. | Môshe van der Sterre | 2013-12-31 | 1 | -40/+44 |
| | | | | | | | | | | Adding to a bare repository is now possible because @git_working_dir is only used on the relevant methods. | ||||
* | | Autopep8 fixes with maximum line length 120 | Craig Northway | 2014-07-25 | 1 | -114/+108 |
| | | |||||
* | | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵ | Sebastian Thiel | 2014-02-09 | 1 | -1118/+1118 |
|/ | | | | Needs plenty of work | ||||
* | Fixed index checkout return code parsing to work with latest git version | Sebastian Thiel | 2011-06-07 | 1 | -0/+4 |
| | |||||
* | Fixed tests far enough to allow basic repository tests to be applied to any ↵ | Sebastian Thiel | 2011-05-30 | 1 | -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 Thiel | 2011-05-06 | 1 | -1/+1 |
| | | | | changed drastically. Now the actual work begins | ||||
* | replaced all gitdb strings with git | Sebastian Thiel | 2011-05-06 | 1 | -3/+3 |
| | |||||
* | Made most primal imports work, but stopped here as there are many more ↵ | Sebastian Thiel | 2011-05-05 | 1 | -2/+2 |
| | | | | changes when doing the merge | ||||
* | sleep ui hack fix: removed platform.system() to use sys.platform instead, as ↵ | Sebastian Thiel | 2011-01-12 | 1 | -1/+1 |
| | | | | platform.system makes a system call itself | ||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -0/+1153 |
adjusted |