]> git.ipfire.org Git - thirdparty/git.git/commit
object-file: rename files transaction prepare function
authorJustin Tobler <jltobler@gmail.com>
Fri, 10 Jul 2026 16:37:12 +0000 (11:37 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jul 2026 20:21:52 +0000 (13:21 -0700)
commitf065d5985c30d41d8d43ca86c299a311533691bc
treee4ad4ff39c94f889f19f20fab1ffe2cb0291456e
parent3e65291872de10c3f0bf05ea8c24187e7a71ebf0
object-file: rename files transaction prepare function

The "files" ODB transaction backend lazily creates a temporary object
directory when the first loose object is written to the transaction via
`prepare_loose_object_transaction()`. In a subsequent commit, the
temporary directory is used to also write packfiles to.

Rename the function to `odb_transaction_files_prepare()` accordingly.

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