Michael Hendricks <michael@xxxxxxxxx> wrote: > Are there any tools for detecting cycles in the commit graph which > have been caused by grafts? I thought 'git fsck' might do it, but it > doesn't seem to. Nope. Cycles don't happen in a DAG. So nobody has created tools for it. :-) Yes, grafts are impure and can be used to cause a cycle, which is one reason among many we don't encourage them being used. -- Shawn. -- 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