Re: [RFH/PATCH] graph: give an extra gap after showing root commit

2014-01-03 Thread Thomas Rast
Hi Junio, I briefly looked at d84a3da (jc/graph-post-root-gap) in pu, and have this nit: diff --git a/t/t6016-rev-list-graph-simplify-history.sh b/t/t6016-rev-list-graph-simplify-history.sh [...] +one_independent_branch () { + git checkout --orphan root$1 A1 + test_commit root_$1

[RFH/PATCH] graph: give an extra gap after showing root commit

2013-12-20 Thread Junio C Hamano
With a history with more than one root commit, if a root commit falls on one display column and another commit that is unrelated to that root's history is shown on the next line on the same column, the resulting graph would appear as if the latter is a parent of the former, like this (there are

Re: [RFH/PATCH] graph: give an extra gap after showing root commit

2013-12-20 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Note that this still does not work very well for --boundary case (see the last test added to t6016). ... +test_expect_failure 'multi-root does not emit unnecessary post-root gap' ' + git log --oneline --graph merge210~1...merge210~1^2~2 actual