On Thu, Apr 29, 2010 at 9:37 AM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Hi Jon, > > Jon Seymour wrote: > >> If you use git reset --mixed HEAD@{1} you can reset the index to >> HEAD@{1} to reflect the pre-merge state. > > The HEAD doesn’t advance in a failed merge, right? True, but I understood this issue to be that there were two cherry picks, one of which worked, one of which failed because it was out of order. Hence git reset HEAD@{1} would reset prior to the first successful (but out of order) cherry-pick. Any way, thanks for the explaining the virtue of git reset --merge. jon. -- 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