git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Prompt to continue when editing during rebase --interactive
@ 2008-02-27 12:50 Jonathan del Strother
  2008-02-27 13:22 ` Paolo Ciarrocchi
  2008-02-27 19:48 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan del Strother @ 2008-02-27 12:50 UTC (permalink / raw)
  To: Git Mailing List

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>
---

 git-rebase--interactive.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
index fb12b03..c2bedd6 100755
--- a/git-rebase--interactive.sh
+++ b/git-rebase--interactive.sh
@@ -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)
-- 
1.5.4.1.97.g40aab

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-27 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-27 12:50 [PATCH] Prompt to continue when editing during rebase --interactive Jonathan del Strother
2008-02-27 13:22 ` Paolo Ciarrocchi
2008-02-27 19:48 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).