summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Knittl-Frank <knittl89@googlemail.com>2022-01-12 19:30:21 +0100
committerPádraig Brady <P@draigBrady.com>2022-01-12 22:59:30 +0000
commit95ec19ecbd125598f047a938882f5bba81f0e9a3 (patch)
tree01cdf1c6cf0ca2a23f9c481effb55a44bc524ae6 /scripts
parent73bd6306d16c325cd5641b11405bef59b2d75ad9 (diff)
downloadcoreutils-95ec19ecbd125598f047a938882f5bba81f0e9a3.tar.gz
scripts: fix typo in commit-msg git-hook script
Commit 2f438fa9f53250fb3c8b39a95eedd627b5569ca4 (basenc: A new program complementary to base64/base32) introduced a typo in the list of allowed commit message prefixes, accidentally changing "basename" to "nbasename". Revert it back to the correct "basename".
Diffstat (limited to 'scripts')
-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 7a99e45aa..8b0655920 100755
--- a/scripts/git-hooks/commit-msg
+++ b/scripts/git-hooks/commit-msg
@@ -14,7 +14,7 @@ $editor = "vi" if $? != 0 or $editor =~ /^\s*\z/;
# Keywords allowed before the colon on the first line of a commit message:
# program names and a few general category names.
my @valid = qw(
- arch b2sum base32 base64 basenc nbasename cat chcon chgrp chmod chown
+ arch b2sum base32 base64 basenc basename cat chcon chgrp chmod chown
chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo
env expand expr factor false fmt fold groups head hostid hostname id
install join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp