From: Junio C Hamano Date: Thu, 4 Jun 2026 00:04:52 +0000 (+0900) Subject: Merge branch 'ap/http-redirect-wwwauth-fix' into seen X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cd8761c38c25c77b16c07eb8d6150399c554d605;p=thirdparty%2Fgit.git Merge branch 'ap/http-redirect-wwwauth-fix' into seen When cURL follows a redirect, the WWW-Authenticate headers from the redirect target were lost because credential_from_url() cleared the credential state. This has been fixed by preserving the collected headers across the redirect update. * ap/http-redirect-wwwauth-fix: http: preserve wwwauth_headers across redirects --- cd8761c38c25c77b16c07eb8d6150399c554d605