mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-24 11:10:02 -05:00
The original commit was missing some initializations. This lead to the somewhat intuitive (and not reliably reproducible, until the trick was found to use `sanitize=address,undefined`) symptom that t1400.249 and/or t2400.171 failed with: Assertion failed: (ret != REFTABLE_API_ERROR), function reftable_be_transaction_finish, file reftable-backend.c, line 1648. or Assertion failed: (ret != REFTABLE_API_ERROR), function write_transaction_table, file reftable-backend.c, line 1619. Signed-off-by: Karthik Nayak <karthik.188@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>