author | Junio C Hamano <gitster@pobox.com> | |
Sun, 16 Mar 2008 07:50:22 +0000 (00:50 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 16 Mar 2008 08:00:40 +0000 (01:00 -0700) | ||
commit | e637122ef2d3911568d7d016f723cdad61730069 | |
tree | c0532c180529194f243c129f3380a75dc74e5ae3 | tree | snapshot |
parent | 6bf4f1b4c9d78b2061bd5f3bf77bb21112b755be | commit | diff |
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>
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 | diff | blob | history |