Add "Files" and "Pickaxe" to the find menu.
authorPaul Mackerras <paulus@dorrigo.(none)>
Sat, 16 Jul 2005 11:46:13 +0000 (07:46 -0400)
committerPaul Mackerras <paulus@dorrigo.(none)>
Sat, 16 Jul 2005 11:46:13 +0000 (07:46 -0400)
commitb74fd579662c9d05db5cfb4b0e2b95f8919b9916
tree3f643e05bb8ac8d1d60e7d75c15d3ae3352edd95
parent4a2139f52f5ee919cc2e9c3812ee4ec20b43ae5a
Add "Files" and "Pickaxe" to the find menu.

"Files" matches the find string against each of the files modified
by each commit, and can do exact, case-ignoring or regexp matching.

"Pickaxe" uses git-diff-tree -S'string' and can only do exact
matching.  I called it "pickaxe" rather than "find within patch"
since it only finds commits where the string is present in the child
but not the parents or vice versa, and "pickaxe" is what the author
of that feature calls it.
gitk