mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-07-29 12:21:15 +03:00
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.
This commit is contained in:
@ -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)$/;
|
||||
|
Reference in New Issue
Block a user