1
0
mirror of https://git.savannah.gnu.org/git/coreutils.git synced 2025-07-29 12:21:15 +03:00

maint: allow 'all:' tag in commit summaries

To tag changes that are user visible
and affect all (or many) commands.
This commit is contained in:
Pádraig Brady
2015-10-28 10:56:56 +00:00
parent b6db36b07f
commit 3f5e0453e1

View File

@ -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
copy gnulib tests maint doc build scripts
all copy gnulib tests maint doc build scripts
);
my $v_or = join '|', @valid;
my $valid_regex = qr/^(?:$v_or)$/;