Also make git-rebase-script stricter about dirty working tree.
authorJunio C Hamano <junkio@cox.net>
Thu, 18 Aug 2005 23:30:36 +0000 (16:30 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 18 Aug 2005 23:30:36 +0000 (16:30 -0700)
commita8055f8a8ed10a6d3272382f38a0808427ab4921
tree4f300ddf0b04d00aa651b53595647c4c47f51c24
parentd571c2be99cb4ab96ff70c62c31d587271db9567
Also make git-rebase-script stricter about dirty working tree.

Otherwise the first commit rebase makes could include whatever
dirty state the original working tree had.

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