Code

Revert "rebase: allow starting from a dirty tree."
authorJunio C Hamano <gitster@pobox.com>
Thu, 1 Nov 2007 20:46:20 +0000 (13:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Nov 2007 20:46:27 +0000 (13:46 -0700)
commit0f49327c9755b6575b447f79b540749d231cb26d
treeaa288af4723d7d99af2b5dc47736ac6a0ce49ce0
parent6c9ad166dbbf9e5a0c09450b892151dbec49b8dc
Revert "rebase: allow starting from a dirty tree."

This reverts commit 6c9ad166dbbf9e5a0c09450b892151dbec49b8dc.
Allowing rebase to start in a dirty tree might have been a worthy
goal, but it is not necessarily always wanted (some people prefer
to be reminded that the state is dirty, and think about the next
action that may not be to stash and proceed).  Furthermore, depending
on the nature of local changes, unstashing the dirty state on top of
the rebased result is not always desirable.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh