Remove feature_grep in gitweb?

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Remove feature_grep in gitweb?

From: Matt Kraai <hidden>
Date: 2016-06-15 22:45:44

Howdy,

A feature_grep subroutine is defined in gitweb.perl, but unlike the
other feature_* subroutines there, it doesn't appear to be used
anywhere.  Should it be removed?

-- 
Matt                                                 http://ftbfs.org/

[PATCH] gitweb: Make project specific override for 'grep' feature work

From: Jakub Narebski <hidden>
Date: 2016-06-15 22:45:44

The 'grep' feature was marked in the comments as having project
specific config, but it lacked 'sub' key required for it to work.

Kind-of-Noticed-by: Matt Kraai [off-list ref]
Signed-off-by: Jakub Narebski <redacted>
---
Matt Kraai wrote:
A feature_grep subroutine is defined in gitweb.perl, but unlike the
other feature_* subroutines there, it doesn't appear to be used
anywhere.  Should it be removed?
No, it was oversight; it should be used in setting up 'grep' %feature
configuration, see below.

Thanks for catching this.

 gitweb/gitweb.perl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index 95988fb..9517392 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -241,6 +241,7 @@ our %feature = (
 	# $feature{'grep'}{'override'} = 1;
 	# and in project config gitweb.grep = 0|1;
 	'grep' => {
+		'sub' => \&feature_grep,
 		'override' => 0,
 		'default' => [1]},
 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help