Re: [PATCH v2] log: add --nonlinear-barrier to help see non-linear history

2014-03-18 Thread Junio C Hamano
Duy Nguyen writes: >> I do not quite understand the "if we do not have previous parents" >> bit, though. Is it meant to trigger only at the very beginning? > > Only at the beginning. Then I am not sure !revs->previous_parents match that condition. What happens in a history with more than one r

Re: [PATCH v2] log: add --nonlinear-barrier to help see non-linear history

2014-03-18 Thread Duy Nguyen
On Tue, Mar 18, 2014 at 3:32 AM, Junio C Hamano wrote: > Nguyễn Thái Ngọc Duy writes: > >> Signed-off-by: Nguyễn Thái Ngọc Duy >> --- >> v2 renames the option name to --nonlinear-barrier and fixes using it >> with --dense. Best used with --no-merges to see patch series. > > I think that the e

Re: [PATCH v2] log: add --nonlinear-barrier to help see non-linear history

2014-03-17 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > v2 renames the option name to --nonlinear-barrier and fixes using it > with --dense. Best used with --no-merges to see patch series. I think that the earlier name "show linear-break" is more easily understood than the

Re: [PATCH v2] log: add --nonlinear-barrier to help see non-linear history

2014-03-17 Thread Eric Sunshine
On Mon, Mar 17, 2014 at 8:51 AM, Nguyễn Thái Ngọc Duy wrote: > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > v2 renames the option name to --nonlinear-barrier and fixes using it > with --dense. Best used with --no-merges to see patch series. > > Documentation/rev-list-options.txt | 7 ++ >

[PATCH v2] log: add --nonlinear-barrier to help see non-linear history

2014-03-17 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- v2 renames the option name to --nonlinear-barrier and fixes using it with --dense. Best used with --no-merges to see patch series. Documentation/rev-list-options.txt | 7 ++ log-tree.c | 4 +++ revision.c