]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/fsck.c
rename read_replace_refs to check_replace_refs
[thirdparty/git.git] / builtin / fsck.c
index 1affdd5e924c9e71605be603f253e34f6a995f36..3d42978a7ad309e6603eb36e9283be2c109920f5 100644 (file)
@@ -630,7 +630,7 @@ int cmd_fsck(int argc, const char **argv, const char *prefix)
        struct alternate_object_database *alt;
 
        errors_found = 0;
-       read_replace_refs = 0;
+       check_replace_refs = 0;
 
        argc = parse_options(argc, argv, prefix, fsck_opts, fsck_usage, 0);