rename read_replace_refs to check_replace_refs
commitafc711b8e1ee89626f0dddf0ef01fb73168d47ca
authorMichael Haggerty <mhagger@alum.mit.edu>
Tue, 18 Feb 2014 11:24:55 +0000 (18 12:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Feb 2014 22:16:55 +0000 (20 14:16 -0800)
tree5d5211df96c4e9d0a45ee12b0a062e2d10c7a170
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac
rename read_replace_refs to check_replace_refs

The semantics of this flag was changed in commit

    e1111cef23 inline lookup_replace_object() calls

but wasn't renamed at the time to minimize code churn.  Rename it now,
and add a comment explaining its use.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 files changed:
builtin/fsck.c
builtin/index-pack.c
builtin/pack-objects.c
builtin/prune.c
builtin/replace.c
builtin/unpack-objects.c
cache.h
environment.c
git.c
log-tree.c
replace_object.c
upload-pack.c