I submitted a small feature addition patch for gitweb (see
http://article.gmane.org/gmane.comp.version-control.git/232327/match=gitweb)
a couple of weeks ago.
I didn't get any responses, good or bad. Was there something wrong
with my submission in terms of formatting? Something else that I
missed?
Add filename search config option and add it to the drop-down.
---
gitweb/gitweb.perl | 24 +++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index 4a7b0a5..087b4cb 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
Add another item to the search drop-down (author/committer/etc)
to search for file names instead of file content. Output is similar
to the grep contents output, with each entry linking to the file.
---
gitweb/gitweb.perl | 59 ++
1 file changed,
3 matches
Mail list logo