On Tue, Jan 12, 2021 at 01:27:01PM +0100, Patrick Steinhardt wrote: > The previous commit added a new format for $GIT_CONFIG_PARAMETERS which > is able to robustly handle subsections with "=" in them. Let's start It looks like this commit and 6 got flipped from the original ordering (it's the "previous commit" talked about here). And indeed, running the tests on the individual commits in this series shows that we fail at this step (because we are writing the new format, but the reader is too strict to accept it). That doesn't matter to the end result, of course, but it hurts later bisecting. Just flipping patches 5 and 6 makes it all work. -Peff