merge: --no-verify to bypass pre-merge hook
commitd09f701146932facf0bb1eda1b6af2def291f3f0
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 10 Feb 2012 14:29:06 +0000 (10 15:29 +0100)
committerMichael J Gruber <git@grubix.eu>
Tue, 27 Aug 2019 12:46:18 +0000 (27 14:46 +0200)
treeb9eaf6b964fde45823f0e45632b21c80e139a9c0
parent914d0ccf976bfd2588de848e7bde5ab8c1272e2f
merge: --no-verify to bypass pre-merge hook

Analogous to commit, introduce a '--no-verify' option which bypasses the
pre-merge hook. The shorthand '-n' is taken by the (non-existing)
'--no-stat' already.
Documentation/git-merge.txt
Documentation/githooks.txt
Documentation/merge-options.txt
builtin/merge.c