Make rebase script saner.
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 22:19:57 +0000 (15:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 22:19:57 +0000 (15:19 -0700)
commit99a92f928fd02a87d841a8bb19511e7ce526819d
tree64e286f8900baaa05c9f725a6f8d9b00665ba4d1
parent0f87f893657129907ff966f44aed7c7624d7ba1b
Make rebase script saner.

It did not check to see if the working tree was clean and matched
the commit we were starting out as, resulting in the initial rebased
commit including whatever dirty state the working tree has had.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-rebase-script