From 9d8b9b75723f2f9651a3de05c4afe05103669270 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 5 Apr 2022 08:18:15 +1000 Subject: [PATCH] check_fixes: update a messages --- check_fixes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_fixes b/check_fixes index 84d7215..2c63a93 100755 --- a/check_fixes +++ b/check_fixes @@ -68,7 +68,7 @@ for c in $commits; do fi if [ "${#sha}" -lt 12 ]; then - msg="${msg:+${msg}${nl}} - SHA1 should be at least 12 digits long${nl} Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11${nl} or later) just making sure it is not set (or set to \"auto\")." + msg="${msg:+${msg}${nl}} - SHA1 should be at least 12 digits long${nl} This can be fixed for the future by setting core.abbrev to 12 (or${nl} more) or (for git v2.11 or later) just making sure it is not set${nl} (or set to \"auto\")." fi # reduce the subject to the part between () if there if [[ "$subject" =~ ^\((.*)\) ]]; then -- 2.39.5