Hi Mark, Mark Lodato wrote: > Create a new commit object that has the same tree and commit message as HEAD > but with a different set of parents. If ``--no-reset`` is given, the full > object id of this commit is printed and the program exits I've been wishing for something like this for a long time. I used to fake it using "cat-file commit", sed, and "hash-object -w" when stitching together poorly imported history using "git replace". Thanks for writing it. Ciao, Jonathan -- 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