]> git.ipfire.org Git - thirdparty/git.git/blobdiff - packfile.c
packfile: add repository argument to reprepare_packed_git
[thirdparty/git.git] / packfile.c
index 6b2c86c5e0d1ab158a2f1e4f6fb90e7765d87edf..210fcb3db4c016ff06e26f4e673ba8c87c434433 100644 (file)
@@ -899,7 +899,7 @@ void prepare_packed_git_the_repository(void)
        the_repository->objects->packed_git_initialized = 1;
 }
 
-void reprepare_packed_git(void)
+void reprepare_packed_git_the_repository(void)
 {
        the_repository->objects->approximate_object_count_valid = 0;
        the_repository->objects->packed_git_initialized = 0;