From: Collin Funk Date: Sat, 27 Dec 2025 01:49:39 +0000 (-0800) Subject: maint: commit-msg: add 'getlimits' as a supported tag X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1902c97d67b59435549f966b8d9886f2454429eb;p=thirdparty%2Fcoreutils.git maint: commit-msg: add 'getlimits' as a supported tag * scripts/git-hooks/commit-msg (@valid): Add getlimits. --- diff --git a/scripts/git-hooks/commit-msg b/scripts/git-hooks/commit-msg index fcbc540965..769cd1a50b 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 getlimits gnulib tests maint doc build scripts sha\*sum ); my $v_or = join '|', @valid; my $valid_regex = qr/^(?:$v_or)$/;