| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-25 | Autopep8 fixes with maximum line length 120 | Craig Northway | |
| 2014-02-09 | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵ | Sebastian Thiel | |
| Needs plenty of work | |||
| 2011-07-04 | Basic remote functionality moved to Reference type, as it can in fact be ↵ | Sebastian Thiel | |
| 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 | |||
| 2011-06-08 | symbolic reference handles different types for comparison more gracefully. ↵ | Sebastian Thiel | |
| Fixed possible issue in test_refs, which occurred in 0.3 previously | |||
| 2011-06-08 | log: non-existing logs no longer throw an exception, but are ignored. Fixed ↵ | Sebastian Thiel | |
| 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 \! | |||
| 2011-05-30 | git cmd implementation of repository appears to work, at least this is what ↵ | Sebastian Thiel | |
| the test suggests. Pure python implementation still has some trouble, but this should be very fixable | |||
| 2011-05-10 | Made repository paths methods a property to be compatible with the existing ↵ | Sebastian Thiel | |
| repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces | |||
| 2011-05-06 | Started to fix imports - tests still have no chance to work as database ↵ | Sebastian Thiel | |
| changed drastically. Now the actual work begins | |||
| 2011-05-06 | replaced all gitdb strings with git | Sebastian Thiel | |
| 2011-05-05 | Added all code from gitdb to gitpython. Next is to make it generally work. ↵ | Sebastian Thiel | |
| Then the tests will need some work | |||
| 2011-04-29 | Moved rev_parse code into gitdb, this probably broke pretty much here, which ↵ | Sebastian Thiel | |
| is still to be fixed of course | |||
| 2011-04-07 | Removed all parts of the reference implementation which doesn't require the ↵ | Sebastian Thiel | |
| 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 | |||
| 2010-11-26 | Commit.create_from_tree used a now renamed keyword parameter - no test-case ↵ | Sebastian Thiel | |
| ever runs this code, which is still an issue | |||
| 2010-11-25 | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | |
| adjusted | |||
