Vijay Lakshminarayanan <laksvij@xxxxxxxxx> writes: > I've found > > $ GIT_EDITOR=cat git commit --amend > > useful. Are you sure it is a cat? I almost always use $ EDITOR=: git commit --amend when rewriting the contents without updating the message, but I think we should allow people to say: $ git commit --amend --no-edit which is accepted from the command line but is not honoured. -- 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