Re: [PATCH] graph.c: visual difference on subsequent series

2013-10-28 Thread Milton Soares Filho
On 28 October 2013 13:41, Junio C Hamano gits...@pobox.com wrote: I agree to all of the above, including the ugliness of 'x' ;-) A blank may however be hard to spot, if the range is limited, though. For example, A 'x' looks like termination points in some specification languages such as SDL

[PATCH] graph.c: visual difference on subsequent series

2013-10-25 Thread Milton Soares Filho
of the command-line graph tool can easily identify root-commits and make sense of where each series is limited to. git log --graph --oneline * a1 * a2 x a3 * b1 * b2 x b3 Signed-off-by: Milton Soares Filho milton.soares.fi...@gmail.com --- graph.c | 9 + 1 file changed, 9

Re: [PATCH] graph.c: visual difference on subsequent series

2013-10-25 Thread Milton Soares Filho
On 25 October 2013 15:13, Junio C Hamano gits...@pobox.com wrote: Milton Soares Filho milton.soares.fi...@gmail.com writes: git log --graph --oneline * a1 * a2 x a3 * b1 * b2 x b3 I agree that the problem you are trying to solve is a good thing to tackle

[PATCH] graph.c: visual difference on subsequent series

2013-10-25 Thread Milton Soares Filho
is requested). I think these pieces of information your patch seems to be losing are a lot more relevant than have we hit the root?, especially in the majority of repositories where there is only one root commit. Signed-off-by: Milton Soares Filho milton.soares.fi...@gmail.com --- revision.c