rebase -m: do not trigger pre-commit verification
commite637122ef2d3911568d7d016f723cdad61730069
authorJunio C Hamano <gitster@pobox.com>
Sun, 16 Mar 2008 07:50:22 +0000 (16 00:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Mar 2008 08:00:40 +0000 (16 01:00 -0700)
treec0532c180529194f243c129f3380a75dc74e5ae3
parent6bf4f1b4c9d78b2061bd5f3bf77bb21112b755be
rebase -m: do not trigger pre-commit verification

When rebasing changes that contain issues that the pre-commit hook flags
as problematic, the rebase cannot be continued.  However, rebase is about
transplanting commits that are already made with as little distortion as
possible, and pre-commit check should not interfere.

Earlier, c5b09fe (Avoid update hook during git-rebase --interactive,
2007-12-19) fixed "rebase -i", but "rebase -m" shared the same issue.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh