We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ab0f13 + 3e14dd2 commit 1c6036bCopy full SHA for 1c6036b
Documentation/githooks.txt
@@ -99,6 +99,10 @@ All the `git commit` hooks are invoked with the environment
99
variable `GIT_EDITOR=:` if the command will not bring up an editor
100
to modify the commit message.
101
102
+The default 'pre-commit' hook, when enabled--and with the
103
+`hooks.allownonascii` config option unset or set to false--prevents
104
+the use of non-ASCII filenames.
105
+
106
prepare-commit-msg
107
~~~~~~~~~~~~~~~~~~
108
0 commit comments