sequencer: introduce new commands to reset the revision
[gitweb.git] / git-rebase--interactive.sh
index a60df2ee5a0806477872fbe4db700e80cfb5f43d..d6e8958dae4ae457d0aac7dd084d6bf975b075c5 100644 (file)
@@ -162,6 +162,8 @@ s, squash <commit> = use commit, but meld into previous commit
 f, fixup <commit> = like \"squash\", but discard this commit's log message
 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
 
 These lines can be re-ordered; they are executed from top to bottom.
 " | git stripspace --comment-lines >>"$todo"