author | Junio C Hamano <gitster@pobox.com> | |
Mon, 9 Jul 2007 07:51:23 +0000 (00:51 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 15 Sep 2007 05:40:49 +0000 (22:40 -0700) | ||
commit | 6c9ad166dbbf9e5a0c09450b892151dbec49b8dc | |
tree | 1a78d21230b4870ef4325285bbfb5c24982a66b4 | tree | snapshot |
parent | bc9e7399af3790918140c30a5b2c85bf9a8f1ad3 | commit | diff |
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>
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 | diff | blob | history |