Add test for rebase -i with commits that do not pass pre-commit
commit752527f51396886c4ca11a14bfcecf2167ed4c40
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 28 Jan 2008 16:33:28 +0000 (28 16:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jan 2008 19:04:00 +0000 (28 11:04 -0800)
tree45c47507226d46ebdca4778ac893a791c1e4ed02
parentc0d4528119c237a9939175adcf0113ee43a20438
Add test for rebase -i with commits that do not pass pre-commit

This accompanies c5b09feb786f6a2456ec3d8203d0f4d67f09f043 (Avoid
update hook during git-rebase --interactive) to make sure that
any regression to make Debian's Bug#458782 (git-core: git-rebase
doesn't work when trying to squash changes into commits created
with --no-verify) resurface will be caught.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh