Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autopep8 fixes with maximum line length 120 | Craig Northway | 2014-07-25 | 1 | -78/+81 |
| | |||||
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵ | Sebastian Thiel | 2014-02-09 | 1 | -271/+271 |
| | | | | Needs plenty of work | ||||
* | Fixed critical issue that would cause a string to be passed to methods that ↵ | Sebastian Thiel | 2011-06-08 | 1 | -1/+1 |
| | | | | expect a stream | ||||
* | log: non-existing logs no longer throw an exception, but are ignored. Fixed ↵ | Sebastian Thiel | 2011-06-08 | 1 | -1/+7 |
| | | | | critical bug which caused packed-ref files to be written with native line endings, which made git fail to parse it. I wonder why I never noticed this before, or ignored it. Unbelievable \! | ||||
* | Made repository paths methods a property to be compatible with the existing ↵ | Sebastian Thiel | 2011-05-10 | 1 | -1/+1 |
| | | | | repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces | ||||
* | 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 | -2/+2 |
| | |||||
* | Added all code from gitdb to gitpython. Next is to make it generally work. ↵ | Sebastian Thiel | 2011-05-05 | 1 | -4/+277 |
| | | | | Then the tests will need some work | ||||
* | Removed all parts of the reference implementation which doesn't require the ↵ | Sebastian Thiel | 2011-04-07 | 1 | -280/+4 |
| | | | | git command. everything else was moved to GitDB. None of the tests is yet expected to run, although git-python should have less trouble getting the tests back up running than GitDB. plenty of code needs to be de-duplicated though in case of the tests, which will be some work | ||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -0/+282 |
adjusted |