Re: [PATCH] toposort: rename "lifo" field

2013-06-06 Thread Eric Sunshine
On Thu, Jun 6, 2013 at 7:25 PM, Junio C Hamano wrote: > When sorting commits topologically, the primary invariant is to emit > all children before its parent is emitted. When traversing a forked > history like this with "git log C E": > > ABC > \ > DE > > we ensure that

Re: [PATCH] toposort: rename "lifo" field

2013-06-06 Thread Junio C Hamano
Junio C Hamano writes: > When sorting commits topologically, the primary invariant is to emit > all children before its parent is emitted. When traversing a forked s/its/their/; >> As I needed to have an excuse to push jk/commit-info-slab topic >> further (I have an unpublished show-branch rew