mbox series

[0/2] ls-remote and v2 ref prefixes

Message ID 20181031042318.GA5347@sigill.intra.peff.net (mailing list archive)
Headers show
Series ls-remote and v2 ref prefixes | expand

Message

Jeff King Oct. 31, 2018, 4:23 a.m. UTC
This series fixes a bug where ls-remote sends a ref-advertisement prefix
when it shouldn't, and then optimizes a spot where it doesn't send one
but could.

  [1/2]: ls-remote: do not send ref prefixes for patterns
  [2/2]: ls-remote: pass heads/tags prefixes to transport

 builtin/ls-remote.c  | 13 +++++--------
 t/t5512-ls-remote.sh | 18 ++++++++++++++++++
 2 files changed, 23 insertions(+), 8 deletions(-)

-Peff