* Tay Ray Chuan (rctay89@xxxxxxxxx) [100301 04:16]: > 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. I like it too. --larry -- 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