aboutsummaryrefslogtreecommitdiff
path: root/git/refs/remote.py
AgeCommit message (Collapse)Author
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
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted