gitk: Move "pickaxe" find function to highlight facility
authorPaul Mackerras <paulus@samba.org>
Fri, 26 May 2006 00:43:47 +0000 (10:43 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 26 May 2006 00:43:47 +0000 (10:43 +1000)
commit60f7a7dc4904ba4baab44b70e2675a01e6172f54
treec76ff5358c30f0bc7438cc7127868306662c9290
parent1902c2705e41da499fd7ed964e747cf48a0745dd
gitk: Move "pickaxe" find function to highlight facility

This removes the "Files" and "Pickaxe" parts of the "Find" function,
so Find is now just about searching the commit data.  We now highlight
the commits that match the Find string (without having to press Find),
and have a drop-down menu for selecting whether the git-diff-tree based
highlighting is done on paths or on adding/removing a given string.

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