summaryrefslogtreecommitdiff
path: root/git/refs/reference.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed undefined variable 'path' in ReferenceMichael Goerz2014-04-061-1/+1
|
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-108/+108
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Basic remote functionality moved to Reference type, as it can in fact be ↵Sebastian Thiel2011-07-041-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 Thiel2011-07-041-4/+6
| | | | including simple test
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+84
adjusted