commit 473cd2ee73f447fd177f9c48f17fb6e8b2f5b533 from: Stefan Sperling via: Thomas Adam date: Sat Mar 30 17:21:23 2024 UTC remove a confusing comment This function starts a breadth-first traversal, not necessarily first-parent. commit - 807c60e9b0d21645de0e196aaf07eb447a1c7487 commit + 473cd2ee73f447fd177f9c48f17fb6e8b2f5b533 blob - 4e7352b4283256df4cc76652d06010a30cb4d263 blob + bb8f09bf9b71aaa916498b8ca230950f1cd0549a --- lib/commit_graph.c +++ lib/commit_graph.c @@ -589,7 +589,6 @@ got_commit_graph_iter_start(struct got_commit_graph *g const struct got_error *err = NULL; struct got_commit_graph_node *node; - /* First-parent traversal is implicitly topological. */ graph->flags &= ~GOT_COMMIT_GRAPH_TOPOSORT; /* Clear left-over state from previous iteration attempts. */