summaryrefslogtreecommitdiff
path: root/git/refs/symbolic.py
Commit message (Collapse)AuthorAgeFilesLines
* Basic remote functionality moved to Reference type, as it can in fact be ↵Sebastian Thiel2011-07-041-0/+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
* relaxed implementation when comparing symbolic references against other ↵Sebastian Thiel2011-06-081-1/+3
| | | | items which don't have a path. Fixed test_refs to work in all cases - it was previously dependent on the order of items returned by the file system
* log: non-existing logs no longer throw an exception, but are ignored. Fixed ↵Sebastian Thiel2011-06-081-5/+8
| | | | critical bug which caused packed-ref files to be written with native line endings, which made git fail to parse it. I wonder why I never noticed this before, or ignored it. Unbelievable \!
* Commit.create_from_tree used a now renamed keyword parameter - no test-case ↵Sebastian Thiel2010-11-261-1/+2
| | | | ever runs this code, which is still an issue
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+618
adjusted