X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=fetch-object.c;h=853624f811c59c17af88814ebeecf4154095a19c;hb=56ce87daffe58135abcaf235f2dec008f5f4cb4d;hp=48fe63dd6cf935d02724a0d862f43c070083bbf2;hpb=26a46437ecfd8ca9ae6c6f59e4905ef301d5a56f;p=thirdparty%2Fgit.git diff --git a/fetch-object.c b/fetch-object.c index 48fe63dd6c..853624f811 100644 --- a/fetch-object.c +++ b/fetch-object.c @@ -19,7 +19,7 @@ static void fetch_refs(const char *remote_name, struct ref *ref) transport_set_option(transport, TRANS_OPT_FROM_PROMISOR, "1"); transport_set_option(transport, TRANS_OPT_NO_DEPENDENTS, "1"); - transport_fetch_refs(transport, ref, NULL); + transport_fetch_refs(transport, ref); fetch_if_missing = original_fetch_if_missing; }