gitview: Display the lines joining commit nodes clearly.
authorAneesh Kumar K.V <aneesh.kumar@gmail.com>
Thu, 23 Feb 2006 19:29:42 +0000 (00:59 +0530)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Feb 2006 06:17:42 +0000 (22:17 -0800)
commit3fe5489a2550118e0eb3f90e348cb78afeeb61e0
tree968b138adc86c564e00261521b2863a44b68126e
parent2cf3be1d31b322cf45640f3019a32d19a8a9b6f8
gitview: Display the lines joining commit nodes clearly.

Since i wanted to limit the graph box size i was resetting
the window after an index of 5. This result in line joining
commit nodes to pass over nodes which are not related. The
changes fixes the same

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/gitview/gitview