aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures/uncommon_branch_prefix_FETCH_HEAD
AgeCommit message (Collapse)Author
2015-01-22Fetch now deals with custom refspecs much better.Sebastian Thiel
Even though the test-csae only verifies this spec: +refs/pull/*:refs/heads/pull/* I could locally verify that it indeed handles other ones just as well: +refs/pull/*:refs/pull/* Fixes #243