Re: [PATCH 1/3] toposort: rename "lifo" field

2013-06-06 Thread Junio C Hamano
Eric Sunshine writes: > On Fri, Jun 7, 2013 at 1:11 AM, Junio C Hamano 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

Re: [PATCH 1/3] toposort: rename "lifo" field

2013-06-06 Thread Eric Sunshine
On Fri, Jun 7, 2013 at 1:11 AM, Junio C Hamano 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/ > history like this with "git log C E": > > ABC > \ > D