Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
upload-pack: support hidden refs with protocol v2
[gitweb.git]
/
t
/
t5801-remote-helpers.sh
diff --git
a/t/t5801-remote-helpers.sh
b/t/t5801-remote-helpers.sh
index e3bc53b0c748d9911a3065b34a521cf3ba742ef4..aaaa722ccab016cc5847d5b6bbc5a3879a0b3fbc 100755
(executable)
--- a/
t/t5801-remote-helpers.sh
+++ b/
t/t5801-remote-helpers.sh
@@
-96,7
+96,7
@@
test_expect_success 'push new branch with old:new refspec' '
test_expect_success 'push new branch with HEAD:new refspec' '
(cd local &&
- git checkout new-name
+ git checkout new-name
&&
git push origin HEAD:new-refspec-2
) &&
compare_refs local HEAD server refs/heads/new-refspec-2