gitweb patch, no response

2013-09-03 Thread Christopher Durkin
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

[PATCH 2/2] gitweb: add plumbing for filename search

2013-08-14 Thread Christopher Durkin
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 +++

[PATCH 1/2] gitweb: add filename search function

2013-08-14 Thread Christopher Durkin
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,