]> git.ipfire.org Git - thirdparty/git.git/commit
object-file: rename transaction functions
authorJustin Tobler <jltobler@gmail.com>
Tue, 3 Feb 2026 00:10:00 +0000 (18:10 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Feb 2026 01:14:03 +0000 (17:14 -0800)
commit8bf06d05a581dfb552cd0e290680f75d3676eb1d
tree4b53c6a386478ad71ee126f3bbdec9e5fc40638c
parent585e8dfa27050ce0a69c6e7ead0a3355912d4992
object-file: rename transaction functions

In a subsequent commit, ODB transactions are made more generic to
facilitate each ODB source providing its own transaction handling.
Rename `object_file_transaction_{begin,commit}()` to
`odb_transaction_files_{begin,commit}()` to better match the future
source specific transaction implementation.

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