* 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/git-hooks/commit-msg b/scripts/git-hooks/commit-msg
index 05dce1ebb..fcbc54096 100755
--- a/scripts/git-hooks/commit-msg
+++ b/scripts/git-hooks/commit-msg
@@ -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)$/;
-- 
2.51.1


Reply via email to