]> git.ipfire.org Git - thirdparty/git.git/commit
object-file: update naming from bulk-checkin
authorJustin Tobler <jltobler@gmail.com>
Tue, 16 Sep 2025 18:29:37 +0000 (13:29 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Sep 2025 18:37:06 +0000 (11:37 -0700)
commited0f5f93e9f0b0b3cc1a37ee5b10b625590f08c8
tree52f36cdabfe0d6f718a576a641b5a3848d62b3f2
parent78839e9cdead363d10190a009783c2d18149cc54
object-file: update naming from bulk-checkin

Update the names of several functions and types relocated from the
bulk-checkin subsystem for better clarity. Also drop
finish_tmp_packfile() as a standalone function in favor of embedding it
in flush_packfile_transaction() directly.

Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
object-file.c