aboutsummaryrefslogtreecommitdiff
path: root/git/refs
AgeCommit message (Expand)Author
2014-07-25Autopep8 fixes with maximum line length 120Craig Northway
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel
2011-07-04Basic remote functionality moved to Reference type, as it can in fact be usef...Sebastian Thiel
2011-07-04refs: added constructor flag to allow refs to be instatiated from any path, i...Sebastian Thiel
2011-06-08Fixed critical issue that would cause a string to be passed to methods that ...Sebastian Thiel
2011-06-08symbolic reference handles different types for comparison more gracefully. Fi...Sebastian Thiel
2011-06-08log: non-existing logs no longer throw an exception, but are ignored. Fixed c...Sebastian Thiel
2011-05-30git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel
2011-05-10Made repository paths methods a property to be compatible with the existing r...Sebastian Thiel
2011-05-06Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel
2011-05-06replaced all gitdb strings with gitSebastian Thiel
2011-05-05Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel
2011-05-05Made most primal imports work, but stopped here as there are many more change...Sebastian Thiel
2011-04-29Moved rev_parse code into gitdb, this probably broke pretty much here, which ...Sebastian Thiel
2011-04-07Removed all parts of the reference implementation which doesn't require the g...Sebastian Thiel
2010-11-26Commit.create_from_tree used a now renamed keyword parameter - no test-case e...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel