]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-rebase--interactive.sh
sequencer: introduce the `merge` command
[thirdparty/git.git] / git-rebase--interactive.sh
index d6e8958dae4ae457d0aac7dd084d6bf975b075c5..acb4bfd3fc891d1c3803f669decb44396ae8a335 100644 (file)
@@ -164,6 +164,10 @@ x, exec <commit> = run command (the rest of the line) using shell
 d, drop <commit> = remove commit
 l, label <label> = label current HEAD with a name
 t, reset <label> = reset HEAD to a label
+m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]
+.       create a merge commit using the original merge commit's
+.       message (or the oneline, if no original merge commit was
+.       specified). Use -c <commit> to reword the commit message.
 
 These lines can be re-ordered; they are executed from top to bottom.
 " | git stripspace --comment-lines >>"$todo"