commit 371457e66c4c0ce1ae8880e2346336a14ad6cf6d from: Stefan Sperling date: Wed Mar 27 10:56:59 2024 UTC remove a confusing comment This function starts a breadth-first traversal, not necessarily first-parent. commit - e12cc036c3e7a71d71bb6a83a9a97bd53f5ba497 commit + 371457e66c4c0ce1ae8880e2346336a14ad6cf6d blob - 3748c660e7ad27e0b645825b852620a1a041ed71 blob + f6ce43f7eb967dc51755b7f7e21c267c85a87e14 --- lib/commit_graph.c +++ lib/commit_graph.c @@ -590,7 +590,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. */