Add test for git rebase --abort
commit3ebfe63a82cdad55f4b4401f22be07f04cd438c2
authorMike Hommey <mh@glandium.org>
Fri, 29 Feb 2008 22:08:47 +0000 (29 23:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Mar 2008 09:15:32 +0000 (1 01:15 -0800)
tree434ecb16999032ca4dd5549242c66435a0345ce4
parentc3b088d9daa8294101dbfed4b2db0373ef24d52b
Add test for git rebase --abort

We expect git rebase --abort to come back to the original (pre-rebase)
head, independently from when it's run during a rebase.

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3407-rebase-abort.sh [new file with mode: 0755]