X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=upload-pack.c;h=b2a9f368ecd6ab159cae99deac0b9a9b5ee08f6a;hb=414784d016befef08743d28017aea75f5d600264;hp=4d2129e7fc134cdbc67e08ce9fb4f805023059b5;hpb=649cae69bc8cc99fd5a9e72f8a08ae301d0d5e16;p=thirdparty%2Fgit.git diff --git a/upload-pack.c b/upload-pack.c index 4d2129e7fc..b2a9f368ec 100644 --- a/upload-pack.c +++ b/upload-pack.c @@ -722,7 +722,7 @@ static void deepen_by_rev_list(struct packet_writer *writer, int ac, { struct commit_list *result; - close_commit_graph(the_repository); + close_commit_graph(the_repository->objects); result = get_shallow_commits_by_rev_list(ac, av, SHALLOW, NOT_SHALLOW); send_shallow(writer, result); free_commit_list(result);