Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autopep8 fixes with maximum line length 120 | Craig Northway | 2014-07-25 | 1 | -55/+56 |
| | |||||
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵ | Sebastian Thiel | 2014-02-09 | 1 | -237/+237 |
| | | | | Needs plenty of work | ||||
* | util: Added test for iterable list, and implemented __contains__ and __del__ ↵ | Sebastian Thiel | 2011-06-08 | 1 | -1/+58 |
| | | | | functionality | ||||
* | Intermediate commit with quite some progress in order to put all extra ↵ | Sebastian Thiel | 2011-05-29 | 1 | -2/+2 |
| | | | | methods on the default Repo implementation into interfaces or something that can be abstracted. It shows that it would indeed be good to keep the differentiation between Repositories which contain an object database as it is clearly easier to setup any combination of repositories that use git and those that do not, with just the addition of one more level of indirection. Lets see how it will end up | ||||
* | replaced all gitdb strings with git | Sebastian Thiel | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | Added all code from gitdb to gitpython. Next is to make it generally work. ↵ | Sebastian Thiel | 2011-05-05 | 1 | -1/+124 |
| | | | | Then the tests will need some work | ||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -0/+109 |
adjusted |