]> git.ipfire.org Git - thirdparty/git.git/commit
odb: rename `repo_read_object_file()`
authorPatrick Steinhardt <ps@pks.im>
Tue, 1 Jul 2025 12:22:26 +0000 (14:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2025 21:46:38 +0000 (14:46 -0700)
commitd4ff88aee3967e5d1ef1237cd9b8792b7cdb304c
tree0951b639fd3ead92506db2216efb384e12bd6cc0
parente989dd96b8aa9b20b0e23d3fa845d0baba1b454a
odb: rename `repo_read_object_file()`

Rename `repo_read_object_file()` to `odb_read_object()` to match other
functions related to the object database and our modern coding
guidelines.

Introduce a compatibility wrapper 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>
47 files changed:
apply.c
archive.c
attr.c
bisect.c
blame.c
builtin/cat-file.c
builtin/difftool.c
builtin/fast-export.c
builtin/fast-import.c
builtin/grep.c
builtin/index-pack.c
builtin/log.c
builtin/merge-tree.c
builtin/mktag.c
builtin/notes.c
builtin/pack-objects.c
builtin/tag.c
builtin/unpack-file.c
builtin/unpack-objects.c
bundle.c
combine-diff.c
commit.c
config.c
dir.c
entry.c
fmt-merge-msg.c
fsck.c
grep.c
http-push.c
mailmap.c
match-trees.c
merge-blobs.c
merge-ort.c
notes-cache.c
notes-merge.c
notes.c
object.c
odb.c
odb.h
read-cache.c
reflog.c
rerere.c
submodule-config.c
tag.c
tree-walk.c
tree.c
xdiff-interface.c