Isn't it possible to do this with something like
$ git reset --hard X^ &&
git merge --no-ff --squash HEAD@{1}
Yes, that's true! And very cool.
In turn, ...
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}
Paolo
--
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