diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-05 20:01:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-05 20:01:48 -0300 |
commit | 19664d4b42fb8bfa37ef67f7224ea49a28a844ab (patch) | |
tree | ec758a648643de846717a1a6854eefe3dc927763 /hit | |
parent | b2bd615615eba504a04c851769e138b554b97688 (diff) | |
download | utils-git-19664d4b42fb8bfa37ef67f7224ea49a28a844ab.tar.gz utils-git-19664d4b42fb8bfa37ef67f7224ea49a28a844ab.tar.bz2 |
Fix: rename scripts to something more meaningful to others
Diffstat (limited to 'hit')
-rwxr-xr-x | hit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |