aboutsummaryrefslogtreecommitdiff
path: root/hit
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-05 20:01:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-05 20:01:48 -0300
commit19664d4b42fb8bfa37ef67f7224ea49a28a844ab (patch)
treeec758a648643de846717a1a6854eefe3dc927763 /hit
parentb2bd615615eba504a04c851769e138b554b97688 (diff)
downloadutils-git-19664d4b42fb8bfa37ef67f7224ea49a28a844ab.tar.gz
utils-git-19664d4b42fb8bfa37ef67f7224ea49a28a844ab.tar.bz2
Fix: rename scripts to something more meaningful to others
Diffstat (limited to 'hit')
-rwxr-xr-xhit2
1 files changed, 1 insertions, 1 deletions
diff --git a/hit b/hit
index 2a30ba5..568ea45 100755
--- a/hit
+++ b/hit
@@ -12,7 +12,7 @@
# * Check proper user/email config.
# * Automatically set git-flow when initializing a repository.
# * Automatically set git-hooks integration.
-# * Allow hook whitelisting.
+# * Allow for hook access control list (i.e, which hooks are allowed).
# * Implement global hooks like using a global init.templateDir config.
# * Check remote configuration.
# * Check hook tampering before doing anything in the repository, like removing hook permissions.