52
52
"HEAD": "ref: foo", "refs/branches/blala": "la"}))
57
57
"HEAD": "ref: foo", "refs/tags/mytag": "mysha"}))
59
59
def test_ignores_peels(self):
63
63
"refs/tags/mytag": "mysha",
64
64
"refs/tags/mytag^{}": "actualsha"}))
66
66
def test_non_ascii_name(self):
70
70
"refs/tags/myt\xc3\xa2g": "actualsha"}))