gitk: Add a goto next/previous highlighted commit function
authorPaul Mackerras <paulus@samba.org>
Tue, 30 May 2006 11:33:07 +0000 (21:33 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 30 May 2006 11:33:07 +0000 (21:33 +1000)
commit4e7d677949e8ee7617e42f10c1ddf5cd2adee3a1
tree5028c377169f5b06c1c05b175609a606ae6f4efc
parent164ff275adf2e212ef21632c21eef191a1c7420d
gitk: Add a goto next/previous highlighted commit function

This is invoked by shift-down/shift-up.  It relies on a patch to
git-diff-tree that has recently gone into the git repository, commit
ID e0c97ca6 (without this it may just sit there doing waiting for
git-diff-tree when looking for the next/previous highlight).

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