]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: commit-msg: add 'getlimits' as a supported tag
authorCollin Funk <collin.funk1@gmail.com>
Sat, 27 Dec 2025 01:49:39 +0000 (17:49 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 28 Dec 2025 01:03:39 +0000 (17:03 -0800)
* scripts/git-hooks/commit-msg (@valid): Add getlimits.

scripts/git-hooks/commit-msg

index fcbc540965ff0aba147211d62fe3fbfab2c7b486..769cd1a50b6a266c179e81890c67c2a60ac23b2e 100755 (executable)
@@ -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)$/;