Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > On Fri, Jun 7, 2013 at 1:11 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> The primary invariant of sort_in_topological_order() is to emit all >> children before their parent is emitted. When traversing a forked > > s/parent is/parents are/ Hmm, not quite. The above refers to: B / A---C \ D where A is the parent, B, C and D are all its children. We want to emit all children (B, C and D) before their parent A _is_ emitted. -- 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