Signed-off-by: Pierre Habouzit <madcoder@xxxxxxxxxx> --- git-rebase--interactive.sh | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index 3f926d8..c1b4260 100755 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -215,6 +215,15 @@ do_next () { pick_one $sha1 || die_with_patch $sha1 "Could not apply $sha1... $rest" ;; + comment|c) + comment_for_reflog comment + + mark_action_done + pick_one $sha1 || + die_with_patch $sha1 "Could not apply $sha1... $rest" + output git commit --no-verify --amend -e -C HEAD + ;; + edit|e) comment_for_reflog edit @@ -688,6 +697,7 @@ do # Commands: # p, pick = use commit # e, edit = use commit, but stop for amending +# c, comment = use commit, but stop for changing the commit message # s, squash = use commit, but meld into previous commit # mark :mark = mark the current HEAD for later reference # reset commit = reset HEAD to the commit -- 1.5.6.rc2.128.g6656e -- 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