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

Rename `write_object_file()` to `odb_source_loose_write_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>
object-file.c
object-file.h
odb.c