]> git.ipfire.org Git - thirdparty/git.git/commit
t5512: compensate for v0 only sending HEAD symrefs
authorJonathan Tan <jonathantanmy@google.com>
Mon, 25 Feb 2019 21:54:10 +0000 (13:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 01:02:42 +0000 (10:02 +0900)
commitb2f73b70b28d1966ed887b57b2e648f66916d8aa
tree5220b1c095ea53a86fd380a33d8c1e4b3e0f2e83
parent15ff91aa8357ed94f3a646ff65c477517627a63d
t5512: compensate for v0 only sending HEAD symrefs

Protocol v2 supports sending non-HEAD symrefs, but this is not true of
protocol v0. Some tests expect protocol v0 behavior, so fix them to use
protocol v0.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5512-ls-remote.sh