Skip to content

Commit

Permalink
Prompt to continue when editing during rebase --interactive
Browse files Browse the repository at this point in the history
On hitting an edit point in an interactive rebase, git should prompt
the user to run "git rebase --continue"

Signed-off-by: Jonathan del Strother <jon.delStrother@bestbefore.tv>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jonathan del Strother authored and Junio C Hamano committed Feb 27, 2008
1 parent a50a5c8 commit 0460fb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions git-rebase--interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ do_next () {
warn
warn " git commit --amend"
warn
warn "Once you are satisfied with your changes, run"
warn
warn " git rebase --continue"
warn
exit 0
;;
squash|s)
Expand Down

0 comments on commit 0460fb4

Please sign in to comment.