On Fri, Jul 04, Johannes Schindelin wrote: > + if (!commit->parents) { > + if (action == REVERT) > + die ("Cannot revert a root commit"); I btw wondered why _reverting_ a root commit should not work. Then I tried to quickly add this feature and saw what's the point: merge-recursive wants a remote -- this > + argv[i++] = next_sha1; to be set :) So the change is not as trivial as I thought. And yes, there may even be no use case for reverting root commits. Regards, Stephan -- Stephan Beyer <s-beyer@xxxxxxx>, PGP 0x6EDDD207FCC5040F -- 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