Hi Junio, On Thu, Feb 2, 2023 at 4:00 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > is almost impossible to understand without knowing that this wanted > to say what Andrei gave in a different way. The title is worse. > It's not replacing a backslash with a single quote, which would > result in > > -test_expect_success setup \ > +test_expect_success setup ' > 'git update-index --add file' > > and obviously that is not what you did (or wanted to do). Thanks, I will modify it to make it clear about my motivation and the real changes to my patch.