]> git.ipfire.org Git - thirdparty/git.git/blobdiff - replace_object.c
rename read_replace_refs to check_replace_refs
[thirdparty/git.git] / replace_object.c
index cdcaf8cbe2f4e6c7a5b334fc2c43da6855df4654..c5cf9f4467c46e841a9fe02a42e7272f77de2556 100644 (file)
@@ -86,7 +86,7 @@ static void prepare_replace_object(void)
        for_each_replace_ref(register_replace_ref, NULL);
        replace_object_prepared = 1;
        if (!replace_object_nr)
-               read_replace_refs = 0;
+               check_replace_refs = 0;
 }
 
 /* We allow "recursive" replacement. Only within reason, though */