Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autopep8 fixes with maximum line length 120 | Craig Northway | 2014-07-25 | 1 | -27/+29 |
| | |||||
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵ | Sebastian Thiel | 2014-02-09 | 1 | -107/+107 |
| | | | | Needs plenty of work | ||||
* | Basic remote functionality moved to Reference type, as it can in fact be ↵ | Sebastian Thiel | 2011-07-04 | 1 | -0/+41 |
| | | | | useful for tags as well, which might end up somewhere in the refs/remotes space. Its not likely that it will ever be used on a pure Reference instance though, but it is the smallest common base | ||||
* | refs: added constructor flag to allow refs to be instatiated from any path, ↵ | Sebastian Thiel | 2011-07-04 | 1 | -4/+6 |
| | | | | including simple test | ||||
* | git cmd implementation of repository appears to work, at least this is what ↵ | Sebastian Thiel | 2011-05-30 | 1 | -1/+1 |
| | | | | the test suggests. Pure python implementation still has some trouble, but this should be very fixable | ||||
* | 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 | -3/+78 |
| | | | | Then the tests will need some work | ||||
* | Moved rev_parse code into gitdb, this probably broke pretty much here, which ↵ | Sebastian Thiel | 2011-04-29 | 1 | -2/+1 |
| | | | | is still to be fixed of course | ||||
* | Removed all parts of the reference implementation which doesn't require the ↵ | Sebastian Thiel | 2011-04-07 | 1 | -80/+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/+84 |
adjusted |