]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitf590fcd0dca189ac7cd0b5199ccf36c4452e9b21
tree90b17107c532334b389cb394bf74400912bdd72e
parentcae7c86354f8dc7c0feb524dc27e087cc6d0bdd9
parent50de1169e4bf5cff947e10f64e9855669fdd2849
Merge branch 'tc/bundle-uri-empty-fix'

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
bundle-uri.c
t/lib-bundle-uri-protocol.sh
t/t5558-clone-bundle-uri.sh