git-rebase.sh: Add check if rebase is in progress
commitcd5320f25228b4c3bbef2391df2696dca09d3d46
authorStephan Beyer <s-beyer@gmx.net>
Sun, 22 Jun 2008 14:07:02 +0000 (22 16:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jun 2008 01:09:15 +0000 (22 18:09 -0700)
tree6c65433a334ccfb8f4385238417c9640fbcb63fa
parent3b2bbe9b8584947e33e9149f605149530faa7361
git-rebase.sh: Add check if rebase is in progress

"git rebase --continue" and friends gave nonsense errors when there is no
rebase in progress.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh