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

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

No compatibility wrapper is introduced as the function is not used a lot
throughout our codebase.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
blame.c
odb.c
odb.h