Git development
 help / color / mirror / Atom feed
* [PATCH] git-rebase-interactive: you can also add new commits to the "work list"
@ 2009-02-09 21:25 Kjetil Barvik
  2009-02-09 21:31 ` Johannes Schindelin
  0 siblings, 1 reply; 4+ messages in thread
From: Kjetil Barvik @ 2009-02-09 21:25 UTC (permalink / raw)
  To: git; +Cc: Kjetil Barvik

Add 2 small lines to document that you can also use 'git rebase
--interactive' to add new commits to the rebased patch-series.  This
is sort of running multiple 'git cherry-pick' commands in one go.

Signed-off-by: Kjetil Barvik <barvik@broadpark.no>
---

  If this is a good idea, soneone should correct my poor english.

  -- kjetil


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

diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
index 3dc659d..aa2e53c 100755
--- a/git-rebase--interactive.sh
+++ b/git-rebase--interactive.sh
@@ -734,6 +734,9 @@ first and then run 'git rebase --continue' again."
 # If you remove a line here THAT COMMIT WILL BE LOST.
 # However, if you remove everything, the rebase will be aborted.
 #
+# If you add a new line with a command followed by the SHA1 ref of the
+# patch, then that patch will be added to the list.
+#
 EOF
 
 		has_action "$TODO" ||
-- 
1.6.1.349.g99fa5

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

end of thread, other threads:[~2009-02-09 22:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 21:25 [PATCH] git-rebase-interactive: you can also add new commits to the "work list" Kjetil Barvik
2009-02-09 21:31 ` Johannes Schindelin
2009-02-09 21:50   ` Kjetil Barvik
2009-02-09 22:26     ` Johannes Schindelin

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