Re: [PATCH v4 00/11] receive-pack: use ODB transactions to stage object writes
From: Patrick Steinhardt <hidden> Date: 2026-07-13 05:19:01
On Fri, Jul 10, 2026 at 11:37:11AM -0500, Justin Tobler wrote:
Changes since V3:
- Removed ugly line break in commit message to prevent eye strain.
- `odb_transaction_begin()` now only sets the repository transaction
on success.
- `odb_transaction_env()` now bubbles up error when failing to create
the temporary directory.
Thanks, all the changes here look good to me and I'm happy with the
state of this patch series.
Patrick