]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/pack-objects.c
rename read_replace_refs to check_replace_refs
[thirdparty/git.git] / builtin / pack-objects.c
index 541667f1026d7ba62be8e029c31138d5661f65c7..124015d95ff3a31e8e03c29f2b60d5e38653710a 100644 (file)
@@ -2507,7 +2507,7 @@ int cmd_pack_objects(int argc, const char **argv, const char *prefix)
                OPT_END(),
        };
 
-       read_replace_refs = 0;
+       check_replace_refs = 0;
 
        reset_pack_idx_option(&pack_idx_opts);
        git_config(git_pack_config, NULL);