On Fri, Apr 18, 2025 at 5:03 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > Subject: [PATCH] t9811: fix misconversion of test > > The previous commit started to insist TAG_F1_ONLY to be missing, > which was not in the original. Let's not to be overly eager in the > conversion. s/to be/be/ > Aso, the other hunk in the commit introduced shell syntax errors, > breaking the test to fail. Fix it. s/Aso/Also/ s/breaking/causing/ > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx>