]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/proto-v2-ref-prefix-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:17 +0000 (22:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:17 +0000 (22:37 +0900)
commit81c365bbd1ea68da62755f6242d65834af469c73
tree6b943f81b878963ccf675d82290970bee89836fe
parent879a8d4bf2412303ec940d69165b0937c11a2851
parent6a139cdd74b867b5d717854155b4192e84c1f170
Merge branch 'jk/proto-v2-ref-prefix-fix'

"git ls-remote $there foo" was broken by recent update for the
protocol v2 and stopped showing refs that match 'foo' that are not
refs/{heads,tags}/foo, which has been fixed.

* jk/proto-v2-ref-prefix-fix:
  ls-remote: pass heads/tags prefixes to transport
  ls-remote: do not send ref prefixes for patterns
builtin/ls-remote.c
t/t5512-ls-remote.sh