]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
check_replace_refs: rename to read_replace_refs
authorJeff King <peff@peff.net>
Wed, 18 Jul 2018 20:45:20 +0000 (16:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Jul 2018 22:45:14 +0000 (15:45 -0700)
commit6ebd1cafe2bb1dee34e106a8da3ee173b36259d3
treec2ff7f8e11494cc0f12a5c56e6b7e1e88ddfa732
parent72470aa38ad786697118157e69174ba7ff85bfa3
check_replace_refs: rename to read_replace_refs

This was added as a NEEDSWORK in c3c36d7de2 (replace-object:
check_replace_refs is safe in multi repo environment, 2018-04-11),
waiting for a calmer period. Since doing so now doesn't conflict
with anything in 'pu', it seems as good a time as any.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
13 files changed:
builtin/fsck.c
builtin/index-pack.c
builtin/pack-objects.c
builtin/prune.c
builtin/replace.c
builtin/unpack-objects.c
builtin/upload-pack.c
cache.h
environment.c
git.c
log-tree.c
replace-object.c
replace-object.h