]> git.99rst.org Git - git.git/commit
object-file: rename `has_loose_object()`
authorPatrick Steinhardt <redacted>
Mon, 3 Nov 2025 07:42:05 +0000 (08:42 +0100)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/pack-objects.c
object-file.c
object-file.h
git clone https://git.99rst.org/PROJECT