Marco Costalba <mcostalba@xxxxxxxxx> writes: > Would be possible to extend git commit --amend so to automate the > above sequence ? Or does perhaps exists a better sequence to change > (actually simulate the change of) log message of an inner revision? git rebase -i E^ Then, change a "pick" with a "edit" wherever you want. (Perhaps the doc of commit --amend could say "to amend a previous commit, you may want to look at the 'edit' command of 'git rebase -i'"?) -- Matthieu -- 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