Re: [PATCH 4/6] Documentation: Update manpage for pre-commit hook
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:58:10
Richard Hartmann [off-list ref] writes:
Verbatim copy of 4b8234b2693af634a77ea059331d1658e070f6d7 in original patch series from 2013-06-10.
As Jonathan said, this is not a commit log message. I've applied up to 3/6 with fixups, but will stop here for now.
quoted hunk
Signed-off-by: Richard Hartmann <redacted> --- Documentation/githooks.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt index b9003fe..1276730 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt@@ -80,7 +80,8 @@ causes the 'git commit' to abort. The default 'pre-commit' hook, when enabled, catches introduction of lines with trailing whitespaces and aborts the commit when -such a line is found. +such a line is found. It will also prevent addition of non-ASCII +file names. All the 'git commit' hooks are invoked with the environment variable `GIT_EDITOR=:` if the command will not bring up an editor