]> git.ipfire.org Git - thirdparty/git.git/commit - gitk-git/gitk
gitk: Get rid of the rowchk array
authorPaul Mackerras <paulus@samba.org>
Fri, 24 Aug 2007 12:16:42 +0000 (22:16 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 24 Aug 2007 12:16:42 +0000 (22:16 +1000)
commit8f0bc7e95e41673a853a53e17708c6f4f46e6420
tree795e78f741bd66b75155907297ccf818c03b4062
parent97645683bff498e369c1c24ce10e78b51cdaf468
gitk: Get rid of the rowchk array

Instead, when looking for lines that should be terminated with a down
arrow, we look at the parents of the commit $downarrowlen + 1 rows
before.  This gets rid of one more place where we are assuming that
all the rows are laid out in order from top to bottom.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk