Hi, On Mon, 9 Jun 2008, Paolo Bonzini wrote: > > Junio, this could be a backend for the zucchini instruction, by just > > zucchini <n> => git-squash "HEAD~$(expr $n + 1)" ;-) > > ... zucchini becomes > > git reset --hard HEAD~$(expr $n) > git merge --no-ff --squash HEAD@{1} Except that zucchini is meant for the sequencer, which can implement it much more efficiently (i.e. it does not have to check out HEAD~$n). Also, it must not rely on reflogs being enabled. sequencer is plumbing, while the reset mantra is porcelain. Ciao, Dscho -- 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