]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: allow 'sha*sum:' tag in commit summaries
authorPádraig Brady <P@draigBrady.com>
Mon, 23 Nov 2015 11:10:31 +0000 (11:10 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 23 Nov 2015 11:16:17 +0000 (11:16 +0000)
To support "md5sum,sha*sum:"
Suggested by Bernhard Voelker.

scripts/git-hooks/commit-msg

index 8e79b6cfd724461d027b1937b83331d94f18d2ed..d860f0ba23f4825a646bf7c50beb3aed0207fe72 100755 (executable)
@@ -24,7 +24,7 @@ my @valid = qw(
     sum sync tac tail tee test timeout touch tr true truncate tsort
     tty uname unexpand uniq unlink uptime users vdir wc who whoami yes
 
-    all copy gnulib tests maint doc build scripts
+    all copy gnulib tests maint doc build scripts sha\*sum
     );
 my $v_or = join '|', @valid;
 my $valid_regex = qr/^(?:$v_or)$/;