Hi, On Thu, Feb 25, 2010 at 10:16 PM, Kirill Smelkov <kirr@xxxxxxxxxx> wrote: > Ever wanted to type `git commit --amend HEAD~3` ? But had to fall back to commit > and interactive rebase with fixup? And was tired by a lot of typing? And also > rebase works only on clean worktree, so stash save and stash pop have to be > used... > > Forget it. > > Now one can just do `git add ...` to prepare index, and then > `git amend <commit>` to merge that changes from index into <commit>. this may be a little late, but I'd like to indicate my interest in such a feature. A suggestion: I believe this could be better advertised as git-rebase --interactive --edit. After all, you do replay the intervening commits (which is closer to git-rebase than git-commit). -- Cheers, Ray Chuan -- 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