summaryrefslogtreecommitdiff
path: root/git/refs/reference.py
Commit message (Expand)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-27/+29
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-091-107/+107
* Basic remote functionality moved to Reference type, as it can in fact be usef...Sebastian Thiel2011-07-041-0/+41
* refs: added constructor flag to allow refs to be instatiated from any path, i...Sebastian Thiel2011-07-041-4/+6
* git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel2011-05-301-1/+1
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-1/+1
* Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel2011-05-051-3/+78
* Moved rev_parse code into gitdb, this probably broke pretty much here, which ...Sebastian Thiel2011-04-291-2/+1
* Removed all parts of the reference implementation which doesn't require the g...Sebastian Thiel2011-04-071-80/+4
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+84