]> git.ipfire.org Git - thirdparty/git.git/commit - object-store.h
rename "alternate_object_database" to "object_directory"
authorJeff King <peff@peff.net>
Mon, 12 Nov 2018 14:48:47 +0000 (09:48 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 05:22:02 +0000 (14:22 +0900)
commit263db403face43927c2eb545a2e6ebb39aae4239
treee851206ef0d532f642a0ec5d70105d9f30f427a3
parentb2ac148faecc95243ed8da0b75f63966d828c802
rename "alternate_object_database" to "object_directory"

In preparation for unifying the handling of alt odb's and the normal
repo object directory, let's use a more neutral name. This patch is
purely mechanical, swapping the type name, and converting any variables
named "alt" to "odb". There should be no functional change, but it will
reduce the noise in subsequent diffs.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/count-objects.c
builtin/fsck.c
builtin/submodule--helper.c
commit-graph.c
object-store.h
object.c
packfile.c
sha1-file.c
sha1-name.c
transport.c