]> git.99rst.org Git - git.git/commit
object-file: drop check for inflight transactions
authorJustin Tobler <redacted>
Fri, 10 Jul 2026 16:37:15 +0000 (11:37 -0500)
committerJunio C Hamano <redacted>
Fri, 10 Jul 2026 20:21:53 +0000 (13:21 -0700)
commit926618e78cb345e69106f9cd3fb2651d99518919
tree0511aef853939c0e98238a933f91830596a70d67
parentee1785a49080943dcde9303c3771de04c873e93c
object-file: drop check for inflight transactions

ODB transactions are started via `odb_transaction_begin()` and contain
validation to avoid starting multiple transactions at the same time. The
"files" backend also has the same logic, but is redundant due to the
generic layer already handling it. Drop this validation from the "files"
backend accordingly.

Signed-off-by: Justin Tobler <redacted>
Signed-off-by: Junio C Hamano <redacted>
object-file.c
object-file.h
git clone https://git.99rst.org/PROJECT