]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tc/bundle-uri-empty-fix'
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 Jul 2026 17:42:19 +0000 (10:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Jul 2026 17:42:19 +0000 (10:42 -0700)
The client-side parser of the server-advertised bundle-URI list has
been updated to drain the remaining response in order to avoid
protocol desynchronization when the server sends a misconfigured list.
Also, the server-side has been taught to omit empty configuration
values instead of sending invalid key-value lines.

* tc/bundle-uri-empty-fix:
  bundle-uri: stop sending invalid bundle configuration
  bundle-uri: drain remaining response on invalid bundle-uri lines

1  2 
bundle-uri.c
t/lib-bundle-uri-protocol.sh
t/t5558-clone-bundle-uri.sh

diff --cc bundle-uri.c
Simple merge
Simple merge
Simple merge