diff options
| author | Junio C Hamano <gitster@pobox.com> | 2011-12-19 16:05:59 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-12-19 16:05:59 -0800 |
| commit | 1d3a035d6d48bfa870b6ebe7c59f12b66e3a1b1c (patch) | |
| tree | 58d0280090c8c26915a20c894a84b7a951ac8004 /http-fetch.c | |
| parent | Merge branch 'jk/fetch-no-tail-match-refs' (diff) | |
| parent | http-push: enable "proactive auth" (diff) | |
| download | git-1d3a035d6d48bfa870b6ebe7c59f12b66e3a1b1c.tar.gz git-1d3a035d6d48bfa870b6ebe7c59f12b66e3a1b1c.zip | |
Merge branch 'jk/maint-push-over-dav'
* jk/maint-push-over-dav:
http-push: enable "proactive auth"
t5540: test DAV push with authentication
Conflicts:
http.c
Diffstat (limited to 'http-fetch.c')
| -rw-r--r-- | http-fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http-fetch.c b/http-fetch.c index 69299b7bd2..94d47cbb28 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -67,7 +67,7 @@ int main(int argc, const char **argv) git_config(git_default_config, NULL); - http_init(NULL, url); + http_init(NULL, url, 0); walker = get_http_walker(url); walker->get_tree = get_tree; walker->get_history = get_history; |
