On Thu, Oct 15, 2020 at 7:58 PM charvi-077 <charvi077@xxxxxxxxx> wrote: > > Some tests in this script are formatted using a very old style: s/this script/these scripts/ as this patch is modifying more than one test script. > test_expect_success \ > 'title' \ > 'body line 1 && > body line 2' > > Updating the formatting to the modern style: > test_expect_success 'title' ' > body line 1 && > body line 2 > ' > Signed-off-by: charvi-077 <charvi077@xxxxxxxxx> As Junio already mentioned we request that contributors use their full real name as the author name (which is by default the sender of the email) and in the "Signed-off-by: "