Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t5570: Update for symref capability
author
Brian Gernhardt
<brian@gernhardtsoftware.com>
Mon, 21 Oct 2013 17:54:11 +0000
(13:54 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 22 Oct 2013 18:34:23 +0000
(11:34 -0700)
git-daemon now uses the symref capability to send the correct HEAD
reference, so the test for that in t5570 now passes.
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5570-git-daemon.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
8b27722
)
diff --git
a/t/t5570-git-daemon.sh
b/t/t5570-git-daemon.sh
index f01edffa3c0babf76593fbd211f6606ff2036c74..dc55e51c18e5fac1e9347dc64447d4cdf1ddd347 100755
(executable)
--- a/
t/t5570-git-daemon.sh
+++ b/
t/t5570-git-daemon.sh
@@
-37,7
+37,7
@@
test_expect_success 'fetch changes via git protocol' '
test_cmp file clone/file
'
-test_expect_
failure
'remote detects correct HEAD' '
+test_expect_
success
'remote detects correct HEAD' '
git push public master:other &&
(cd clone &&
git remote set-head -d origin &&