X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=packfile.c;h=210fcb3db4c016ff06e26f4e673ba8c87c434433;hb=a49d2834359a3fa943edf81e2d146fc787bc1cfe;hp=6b2c86c5e0d1ab158a2f1e4f6fb90e7765d87edf;hpb=6fdb4e9f5a883aa3d96fc19b3e08d3449d53ea0c;p=thirdparty%2Fgit.git diff --git a/packfile.c b/packfile.c index 6b2c86c5e0..210fcb3db4 100644 --- a/packfile.c +++ b/packfile.c @@ -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;