tboegi@xxxxxx writes: > From: Torsten Bögershausen <tboegi@xxxxxx> > > Here comes the promised cleanup of t0027: > - The wording NNO is removed and replaced by CRI > - No code changes > - Needs to go on top of next or pu or tb/t0027-raciness-fix > Torsten Bögershausen (1): > t0027: Rename NotNormalized (NNO) into CRLF in index > > t/t0027-auto-crlf.sh | 122 +++++++++++++++++++++++++-------------------------- > 1 file changed, 61 insertions(+), 61 deletions(-) Until these acronyms are shown expanded upfront in the file (not in the log message), this patch does not help the readers at all. They used to say "What the heck is NNO?" Now they will be left wondering "What the heck is CRI?". Have a comment before the first use of the acronym, perhaps? @@ -102,7 +84,7 @@ commit_check_warn () { check_warning "$crlfnul" ${pfx}_CRLF_nul.err } -commit_chk_wrnNNO () { +CRI_add_chk_wrn () { attr=$1 ; shift aeol=$1 ; shift crlf=$1 ; shift Incidentally it is a good place to describe what this humongous helper function is meant to do. # Having CR in the indexed contents (CRI in short) poses such and # such tricky cases; this helper tests combinations of xyzzy, frotz # and nitfol exhaustively by running xyzzy through (a, b, c), # flipping frotz between (x, y), and ... or something like that (of course the blanks need to be filled), perhaps? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html