]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: commit-msg: remove "digest" as a supported tag
authorPádraig Brady <P@draigBrady.com>
Sat, 29 Nov 2025 20:38:12 +0000 (20:38 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 29 Nov 2025 20:41:15 +0000 (20:41 +0000)
* scripts/git-hooks/commit-msg: We recently renamed the digest module
to cksum, so no longer support "digest" as a commit tag.

scripts/git-hooks/commit-msg

index 05dce1ebb9d0cccbe9b2c94a1ce558cbc2e2c4d2..fcbc540965ff0aba147211d62fe3fbfab2c7b486 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 sha\*sum digest
+    all copy gnulib tests maint doc build scripts sha\*sum
     );
 my $v_or = join '|', @valid;
 my $valid_regex = qr/^(?:$v_or)$/;