summaryrefslogtreecommitdiffstats
path: root/scripts/git-hooks/commit-msg
diff options
context:
space:
mode:
authorCollin Funk <collin.funk1@gmail.com>2025-12-26 17:49:39 -0800
committerCollin Funk <collin.funk1@gmail.com>2025-12-27 17:03:39 -0800
commit1902c97d67b59435549f966b8d9886f2454429eb (patch)
tree128c4fc1076bf60a5ff4ce9d072f6fcf2348e218 /scripts/git-hooks/commit-msg
parent0ffd9a18120fcd22d8d584a72c3dc9de756d7b95 (diff)
downloadcoreutils-1902c97d67b59435549f966b8d9886f2454429eb.tar.gz
coreutils-1902c97d67b59435549f966b8d9886f2454429eb.zip
maint: commit-msg: add 'getlimits' as a supported tag
* scripts/git-hooks/commit-msg (@valid): Add getlimits.
Diffstat (limited to 'scripts/git-hooks/commit-msg')
-rwxr-xr-xscripts/git-hooks/commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-hooks/commit-msg b/scripts/git-hooks/commit-msg
index fcbc54096..769cd1a50 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)$/;