summaryrefslogtreecommitdiff
path: root/git/refs/remote.py
Commit message (Collapse)AuthorAgeFilesLines
* Basic remote functionality moved to Reference type, as it can in fact be ↵Sebastian Thiel2011-07-041-19/+1
| | | | 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
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+63
adjusted