gitk: Fix two bugs reported by users
authorPaul Mackerras <paulus@samba.org>
Tue, 21 Mar 2006 23:21:45 +0000 (10:21 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 21 Mar 2006 23:21:45 +0000 (10:21 +1100)
commit7a1d9d14c8475715c6b923f378eb72be096c7963
treea162666de55f7809fe78b3db3f7a18b61435a558
parenteb447a126ce90fa1e8a4887d50fb04902167e57a
gitk: Fix two bugs reported by users

The first was a simple typo where I put $yc instead of [yc $row].
The second was that I broke the logic for keeping up with fast
movement through the commits, e.g. when you select a commit and then
press down-arrow and let it autorepeat.  That got broken when I
changed the merge diff display to use git-diff-tree --cc.

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