Git development
 help / color / mirror / Atom feed
* [PATCH] additional help when editing during interactive rebase
@ 2008-01-09  2:32 William Morgan
  2008-01-09  2:55 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: William Morgan @ 2008-01-09  2:32 UTC (permalink / raw)
  To: git

I personally would have found this message useful the first time I used
git rebase --interactive. YMMV.

Signed-off-by: William Morgan <wmorgan-git@masanjin.net>
---
 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 acdcc54..d53d283 100755
--- a/git-rebase--interactive.sh
+++ b/git-rebase--interactive.sh
@@ -263,6 +263,10 @@ do_next () {
 		warn
 		warn "	git commit --amend"
 		warn
+		warn "Once amended, continue with"
+		warn
+		warn "	git rebase --continue"
+		warn
 		exit 0
 		;;
 	squash|s)
-- 
1.5.4.rc2.68.ge708a-dirty


-- 
William <wmorgan-git@masanjin.net>

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

end of thread, other threads:[~2008-01-11 11:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09  2:32 [PATCH] additional help when editing during interactive rebase William Morgan
2008-01-09  2:55 ` Junio C Hamano
2008-01-09  3:29   ` William Morgan
2008-01-09 11:23   ` Johannes Schindelin
2008-01-11  8:42     ` Junio C Hamano
2008-01-11 11:29       ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox