]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit7d00521d7be21ca4a3713b2fa367eb7296212e09
tree7eb6850b179d543a59177c8363ec90dc0768fce8
parent92c87bdc406e5bcf1b516a861d609b03d99c23b7
parentddc0b56ad77d7c86145a6a1774f05f9d11bf2337
Merge branch 'jt/de-global-bulk-checkin'

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
odb.h