]> git.ipfire.org Git - thirdparty/git.git/blobdiff - upload-pack.c
l10n: zh_CN: for git v2.24.0 l10n round 1~2
[thirdparty/git.git] / upload-pack.c
index 875db9299682c5d9fb593241e1907c3df9e7d597..a00d7ece6b9c9af0534a5458d1991bdf8646765a 100644 (file)
@@ -721,7 +721,7 @@ static void deepen_by_rev_list(struct packet_writer *writer, int ac,
 {
        struct commit_list *result;
 
-       close_commit_graph(the_repository->objects);
+       disable_commit_graph(the_repository);
        result = get_shallow_commits_by_rev_list(ac, av, SHALLOW, NOT_SHALLOW);
        send_shallow(writer, result);
        free_commit_list(result);