]> git.ipfire.org Git - thirdparty/git.git/commit
odb: rename `oid_object_info()`
authorPatrick Steinhardt <ps@pks.im>
Tue, 1 Jul 2025 12:22:25 +0000 (14:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2025 21:46:37 +0000 (14:46 -0700)
commite989dd96b8aa9b20b0e23d3fa845d0baba1b454a
tree8f205f5e7ec243777ec9ca46069575cf77164ecf
parent16cf7494962f20d09dcd8ef20af8962600fafca9
odb: rename `oid_object_info()`

Rename `oid_object_info()` to `odb_read_object_info()` as well as their
`_extended()` variant to match other functions related to the object
database and our modern coding guidelines.

Introduce compatibility wrappers so that any in-flight topics will
continue to compile.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
48 files changed:
archive.c
blame.c
builtin/blame.c
builtin/cat-file.c
builtin/describe.c
builtin/fast-export.c
builtin/fast-import.c
builtin/fsck.c
builtin/gc.c
builtin/grep.c
builtin/index-pack.c
builtin/ls-files.c
builtin/ls-tree.c
builtin/mktree.c
builtin/pack-objects.c
builtin/prune.c
builtin/repack.c
builtin/replace.c
builtin/rev-list.c
builtin/tag.c
builtin/unpack-objects.c
commit-graph.c
commit.c
diff.c
fetch-pack.c
list-objects-filter.c
log-tree.c
merge-ort.c
object-file.c
object-file.h
object-name.c
object.c
odb.c
odb.h
pack-bitmap-write.c
pack-bitmap.c
packfile.c
promisor-remote.c
protocol-caps.c
reachable.c
read-cache.c
ref-filter.c
remote.c
sequencer.c
streaming.c
submodule.c
t/helper/test-partial-clone.c
tag.c