Adam Simpkins <simpkins@xxxxxxxxxxxx> writes: > This test case ensures that rev-list --parents --show-all gets the > parent history correct. Normally, --parents rewrites parent history to > skip TREESAME parents. However, --show-all causes TREESAME parents to > still be included in the revision list, so the parents should still be > included too. > > Signed-off-by: Adam Simpkins <simpkins@xxxxxxxxxxxx> > --- > > Looking through the code, I believe TREESAME commits are the only ones > affected by my earlier bug in simplify_commit(). What I meant was actually a test for the graph part (i.e. the problem we would see if we did not apply your update to graph_is_interesting()), but protecting the simplify_commit() logic with test from breakage is a good thing to do as well. Thanks. -- 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