Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autopep8 fixes with maximum line length 120 | Craig Northway | 2014-07-25 | 8 | -345/+351 |
| | |||||
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵ | Sebastian Thiel | 2014-02-09 | 8 | -1374/+1374 |
| | | | | Needs plenty of work | ||||
* | Basic remote functionality moved to Reference type, as it can in fact be ↵ | Sebastian Thiel | 2011-07-04 | 3 | -19/+43 |
| | | | | 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 | ||||
* | 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 | ||||
* | symbolic reference handles different types for comparison more gracefully. ↵ | Sebastian Thiel | 2011-06-08 | 1 | -1/+3 |
| | | | | Fixed possible issue in test_refs, which occurred in 0.3 previously | ||||
* | log: non-existing logs no longer throw an exception, but are ignored. Fixed ↵ | Sebastian Thiel | 2011-06-08 | 2 | -5/+14 |
| | | | | 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 \! | ||||
* | git cmd implementation of repository appears to work, at least this is what ↵ | Sebastian Thiel | 2011-05-30 | 2 | -4/+4 |
| | | | | the test suggests. Pure python implementation still has some trouble, but this should be very fixable | ||||
* | Made repository paths methods a property to be compatible with the existing ↵ | Sebastian Thiel | 2011-05-10 | 2 | -10/+10 |
| | | | | 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 | 5 | -6/+6 |
| | | | | changed drastically. Now the actual work begins | ||||
* | replaced all gitdb strings with git | Sebastian Thiel | 2011-05-06 | 6 | -10/+10 |
| | |||||
* | Added all code from gitdb to gitpython. Next is to make it generally work. ↵ | Sebastian Thiel | 2011-05-05 | 8 | -110/+1275 |
| | | | | Then the tests will need some work | ||||
* | Made most primal imports work, but stopped here as there are many more ↵ | Sebastian Thiel | 2011-05-05 | 1 | -1/+1 |
| | | | | changes when doing the merge | ||||
* | Moved rev_parse code into gitdb, this probably broke pretty much here, which ↵ | Sebastian Thiel | 2011-04-29 | 5 | -11/+6 |
| | | | | is still to be fixed of course | ||||
* | Removed all parts of the reference implementation which doesn't require the ↵ | Sebastian Thiel | 2011-04-07 | 7 | -1156/+34 |
| | | | | 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 | ||||
* | Commit.create_from_tree used a now renamed keyword parameter - no test-case ↵ | Sebastian Thiel | 2010-11-26 | 1 | -1/+2 |
| | | | | ever runs this code, which is still an issue | ||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 7 | -0/+1405 |
adjusted |