Merge branch 'jk/http-auth'
* jk/http-auth: http_init: accept separate URL parameter http: use hostname in credential description http: retry authentication failures for all http requests remote-curl: don't retry auth failures with dumb protocol improve httpd auth tests url: decode buffers that are not NUL-terminated
This commit is contained in:
@ -67,7 +67,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
git_config(git_default_config, NULL);
|
||||
|
||||
http_init(NULL);
|
||||
http_init(NULL, url);
|
||||
walker = get_http_walker(url);
|
||||
walker->get_tree = get_tree;
|
||||
walker->get_history = get_history;
|
||||
|
Reference in New Issue
Block a user