gitweb: Add support for grep searches
commite7738553723dcff0237b1aed2771886c8d87d224
authorPetr Baudis <pasky@suse.cz>
Thu, 17 May 2007 02:31:12 +0000 (17 04:31 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 May 2007 00:37:31 +0000 (17 17:37 -0700)
tree8fcfebfcbb2a894f11c3d461bb5ed63bdc56bd3d
parentd77b5673e90f47309d6bf87a7653896169945da0
gitweb: Add support for grep searches

The 'grep' type of search greps the currently selected tree for given
regexp and shows the results in a fancy table with links into blob view.
The number of shown matches is limited to 1000 and the whole feature
can be turned off (grepping linux-2.6.git already makes repo.or.cz a bit
unhappy).

This second revision makes it in documentation explicit that grep accepts
regexps, and makes grep accept extended regexps instead of basic regexps.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.css
gitweb/gitweb.perl