]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/de-global-bulk-checkin'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Sep 2025 15:52:05 +0000 (08:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Sep 2025 15:52:05 +0000 (08:52 -0700)
The bulk-checkin code used to depend on a file-scope static
singleton variable, which has been updated to pass an instance
throughout the callchain.

* jt/de-global-bulk-checkin:
  bulk-checkin: use repository variable from transaction
  bulk-checkin: require transaction for index_blob_bulk_checkin()
  bulk-checkin: remove global transaction state
  bulk-checkin: introduce object database transaction structure

1  2 
odb.h

diff --cc odb.h
Simple merge