]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: retry authentication failures for all http requests
authorJeff King <peff@peff.net>
Mon, 18 Jul 2011 07:50:14 +0000 (03:50 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Jul 2011 18:38:35 +0000 (11:38 -0700)
commit8d677edc4fa3fd1fe12b49bf279aaad5be89b81c
tree5e0352c5f0333e1240ea0759a48fe3e4573f858b
parent28d0c1017a10a93ce165a2d4e9fb6a691a933bd3
http: retry authentication failures for all http requests

Commit 42653c0 (Prompt for a username when an HTTP request
401s, 2010-04-01) changed http_get_strbuf to prompt for
credentials when we receive a 401, but didn't touch
http_get_file. The latter is called only for dumb http;
while it's usually the case that people don't use
authentication on top of dumb http, there is no reason not
to allow both types of requests to use this feature.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c