Hi Junio, On Mon, 10 Jan 2022, Junio C Hamano wrote: > Dscho, how does this look? My choices are > > - Waiting for review. > - Will merge to 'next'. > - Will merge to 'next' and then to 'master'. My preference is the last option, merge it down quickly. > The last one will make it as part of Git 2.35.0 final, unless there > is some unexpected breakage found later. I do not expect anything to break. Just like Matthias, I actually expect future breakages to be fended off by this. Merging it into v2.35.0 final will require a tiny fixup in `compat/win32/flush.c` (which we carry in Git for Windows already), but that's a much smaller deal than the fall-out of the v2.34.0 refactorings we had to deal with. Thank you, Dscho