X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote-curl.c;h=6a352de7be33c48134842a8ffbb86883b5d69812;hb=d7a10c3140de593abe25d55bbdba43373079e82e;hp=0e720ee8bbf4cbc6a50336a1f1c93bfc63842fe3;hpb=4c00c852b3f2596f246811ca933eef357183581b;p=git.git diff --git a/remote-curl.c b/remote-curl.c index 0e720ee8b..6a352de7b 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -200,7 +200,7 @@ static struct ref *parse_git_refs(struct discovery *heads) if (start_async(&async)) die("cannot start thread to parse advertised refs"); - get_remote_heads(async.out, &list, 0, NULL, 0, NULL); + get_remote_heads(async.out, &list, 0, NULL); close(async.out); if (finish_async(&async)) die("ref parsing thread failed"); @@ -859,7 +859,7 @@ int main(int argc, const char **argv) url = strbuf_detach(&buf, NULL); - http_init(remote, url); + http_init(remote, url, 0); do { if (strbuf_getline(&buf, stdin, '\n') == EOF) {