]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/dumb-http-alternate-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 May 2026 00:40:08 +0000 (09:40 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 May 2026 00:40:08 +0000 (09:40 +0900)
commit2f1b8f56f8647cc4ff4c6e2e740e82ce80e99d65
treec2a384fd8f1b23c426ac55aba751e982e72e72e6
parent734fd43d3fd5477e6be7c2609a812f5b5c8c5b01
parentb92387cd55f9fa66edd6e646ec5c17be8d72609b
Merge branch 'jk/dumb-http-alternate-fix'

The HTTP walker misinterpreted the alternates file that gives an
absolute path when the server URL does not have the final slash
(i.e., "https://example.com" not "https://example.com/").

* jk/dumb-http-alternate-fix:
  http: handle absolute-path alternates from server root
http-walker.c
t/t5550-http-fetch-dumb.sh