Allow --no-verify to bypass commit-msg hook
authorWincent Colaiuta <win@wincent.com>
Sat, 8 Dec 2007 11:38:07 +0000 (12:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Dec 2007 08:55:54 +0000 (00:55 -0800)
At the moment the --no-verify switch to "git commit" instructs it to
skip over the pre-commit hook. Here we teach "git commit --no-verify"
to skip over the commit-msg hook as well. This brings the behaviour
of builtin-commit back in line with git-commit.sh.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found