cb/clear-quarantine-early-on-all-ref-update-errors (was: What's cooking in git.git (Feb 2022, #01; Thu, 3))
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-02-04 12:27:59
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-02-04 12:27:59
On Thu, Feb 03 2022, Junio C Hamano wrote:
* cb/clear-quarantine-early-on-all-ref-update-errors (2022-02-01) 1 commit - receive-pack: purge temporary data if no command is ready to run Check if "receive-pack" will do any ref updates (various conditions could reject a push) before received objects are taken out of the temporary directory used for quarantine purposes, so that a push that is known-to-fail will not leave crufts that a future "gc" needs to clean up. Will merge to 'next'? source: [ref]
Ah, I see it's even in the same function as rj/receive-pack-abort-upon-disconnect. That's a very well reasoned & sensible isolated change. I think it's ready for "next".