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@xxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html