aboutsummaryrefslogtreecommitdiff
path: root/git/refs/reference.py
AgeCommit message (Collapse)Author
2014-11-14Merge branch 'patch-1' of https://github.com/syabro/GitPython into ↵Sebastian Thiel
syabro-patch-1 Note by Sebastian Thiel: Was already fixed Conflicts: git/refs/reference.py
2014-04-06Fixed undefined variable 'path' in ReferenceMichael Goerz
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel
probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
2014-02-10Fixed NameErrorMaxim Syabro
2011-07-04Basic 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-07-04refs: added constructor flag to allow refs to be instatiated from any path, ↵Sebastian Thiel
including simple test
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted