mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-07-30 23:23:08 +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:
@ -24,7 +24,7 @@ my @valid = qw(
|
|||||||
sum sync tac tail tee test timeout touch tr true truncate tsort
|
sum sync tac tail tee test timeout touch tr true truncate tsort
|
||||||
tty uname unexpand uniq unlink uptime users vdir wc who whoami yes
|
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 $v_or = join '|', @valid;
|
||||||
my $valid_regex = qr/^(?:$v_or)$/;
|
my $valid_regex = qr/^(?:$v_or)$/;
|
||||||
|
Reference in New Issue
Block a user