GitGrapher: Reduce number of lines we output
commit641d2dbdce04054b5c568004b86e77a8e19e0118
authorPieter de Bie <pdebie@ai.rug.nl>
Mon, 22 Dec 2008 19:10:38 +0000 (22 20:10 +0100)
committerPieter de Bie <pdebie@ai.rug.nl>
Mon, 22 Dec 2008 19:11:57 +0000 (22 20:11 +0100)
tree18625cf71f7e32da2d24bab7a351951cd71e1d84
parent83fff61b6a347b56b8d4d24f3129a622504eded6
GitGrapher: Reduce number of lines we output

We used to output a line for every lane after the
lane in which the current commit is in, and also
make it have the wrong color. This fixes the buglet
and also makes sure not to draw a line when
the commit has no parents.
PBGitGrapher.mm