On Mon, Nov 09, 2020 at 11:06:43AM +0100, Patrick Steinhardt wrote: > this is the second version of this patch series implementing support for > creation of multiple reference transactions in a single git-update-ref > process. > > There's two changes compared to v1: > > - A small refactoring of t1400, which refactors many tests to not > touch references via the filesystem but instead to use > git-update-ref and git-show-ref. There's still tests in there > which do, but converting them is harder as they create and read > broken references. > > - I've added another commit on top which disallows restarting of > transactions. E.g. writing "start\nstart\n" to git-update-ref is > now going to fail. Thanks. Aside from the issues raised by Junio, this all looks good to me (and I agree on the fourth one it is just a matter of the commit message; what the code is doing is a definite improvement). -Peff