Heya, On Fri, Feb 27, 2009 at 08:45, Caleb Cushing <xenoterracide@xxxxxxxxx> wrote: > git rebase -i seems a little more tedious/unfriendly than I'd like if > all I want to do is edit HEAD~2 (assuming no merges) it's a bit of a > pain to do a rebase -i and then pick which patches to edit. might be > nice to be able to do stuff like git commit --amend <ref> and have > that call rebase (as I think not rebasing is impossible?) with edit > only on the ref I picked. Ah, yes, I would like this feature as well. But this could probably be solved with a custom editor script that does a simple sed 's/pick $TARGET/edit $TARGET/'? -- Cheers, Sverre Rabbelier -- 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