Code

gitk: Simplify the code for finding commits
authorPaul Mackerras <paulus@samba.org>
Sat, 27 Oct 2007 11:16:56 +0000 (21:16 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 27 Oct 2007 11:16:56 +0000 (21:16 +1000)
commitcca5d946d692fde7ea5408a694cb4b1c97a5a838
tree0fd7340f4fb11ebecf80ab040f22df6641716de0
parent3de07118f0993e6f7bc7ce02276751795d80b877
gitk: Simplify the code for finding commits

This unifies findmore and findmorerev, and adds the ability to do
a search with or without wrap around from the end of the list of
commits to the beginning (or vice versa for reverse searches).
findnext and findprev are gone, and the buttons and keys for searching
all call dofind now.  dofind doesn't unmark the matches to start with.
Shift-up and shift-down are back by popular request, and the searches
they do don't wrap around.  The other keys that do searches (/, ?,
return, M-f) do wrapping searches except for M-g.

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