]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/odb-transaction'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 19:26:11 +0000 (12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 19:26:11 +0000 (12:26 -0700)
commitfd13909eb63ef121824f243183db6b1f49ef1aed
tree9a70143dbea20d9464bf48cecd287ee484171690
parent821f583da6d30a84249f75f33501504d597bc16b
parentce1661f9da70ea2ffcb54f7b544410fad26e965d
Merge branch 'jt/odb-transaction'

The work to build on the bulk-checkin infrastructure to create many
objects at once in a transaction and to abstract it into the
generic object layer continues.

* jt/odb-transaction:
  odb: add transaction interface
  object-file: update naming from bulk-checkin
  object-file: relocate ODB transaction code
  bulk-checkin: drop flush_odb_transaction()
  builtin/update-index: end ODB transaction when --verbose is specified
  bulk-checkin: remove ODB transaction nesting
builtin/add.c
odb.c
odb.h