On Wed, 13 May 2009 16:51:33 +1000, Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> wrote: > Could we unit the way to squash/edit commits in rebase? If I squash a > commit it, I need to to update the index and continue rebase. If I > edit a commit, I need to amend that commit. The problem is when I have > a few edits/squashes in the same rebase, I easily get confused and do > "commit --amend" on squash too. A squash does not leave you at the prompt, unless you abort the editor with the concatenated commit messages. So where does your confusion come from? Anyway, here is a (fruitless) thread on the confusing UI of interactive rebase: http://thread.gmane.org/gmane.comp.version-control.git/105738 Maybe it answers your question in some way. Anders. -- 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