]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/de-global-bulk-checkin' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2025 22:24:40 +0000 (15:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2025 22:24:41 +0000 (15:24 -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