]> git.ipfire.org Git - thirdparty/git.git/commit
object-file: rename `has_loose_object()`
authorPatrick Steinhardt <ps@pks.im>
Mon, 3 Nov 2025 07:42:05 +0000 (08:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Nov 2025 20:18:47 +0000 (12:18 -0800)
commit05130c6c9eed9ff7450e9067d7215032eb914c10
tree2901600c46ddc91632986b45be4203865c2ea061
parentff7ad5cb3936514ec0be32531ff6274b53dbe091
object-file: rename `has_loose_object()`

Rename `has_loose_object()` to `odb_source_loose_has_object()` so that
it becomes clear that this is tied to a specific loose object source.
This matches our modern naming schema for functions.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
object-file.c
object-file.h