From f0b32e79cc2cd184619ecb2037b4c9c88daaa428 Mon Sep 17 00:00:00 2001 From: Pádraig Brady
Date: Sun, 29 Aug 2021 14:50:00 +0100 Subject: maint: rename md5sum.c to more general digest.c md5sum.c will be the base for all digest functions, so rename accordingly. * src/md5sum.c: Rename to ... * src/digest.c: ... renamed from md5sum.c * scripts/git-hooks/commit-msg: Allow digest: commit prefix. * po.POTFILES.in: Adjust to new name. * src/local.mk: Likewise. --- scripts/git-hooks/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/git-hooks/commit-msg') diff --git a/scripts/git-hooks/commit-msg b/scripts/git-hooks/commit-msg index 03f8c5c31..9c80406d9 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 + all copy gnulib tests maint doc build scripts sha\*sum digest ); my $v_or = join '|', @valid; my $valid_regex = qr/^(?:$v_or)$/; -- cgit v1.2.3