]> asedeno.scripts.mit.edu Git - git.git/commit
rebase: allow starting from a dirty tree.
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2007 07:51:23 +0000 (00:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Sep 2007 05:40:49 +0000 (22:40 -0700)
commit6c9ad166dbbf9e5a0c09450b892151dbec49b8dc
tree1a78d21230b4870ef4325285bbfb5c24982a66b4
parentbc9e7399af3790918140c30a5b2c85bf9a8f1ad3
rebase: allow starting from a dirty tree.

This uses the new "git stash create" interface to stash away the dirty state
you have in your working tree before starting a rebase, and then replaying
it when you are done with stashing.

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