Re: [PATCH] gitweb: fix problem causing erroneous project list

2013-06-07 Thread Junio C Hamano
Jakub Narębski writes: >>> Instead, clear $search_regexp before dispatching each request. >>> >>> Signed-off-by: Charles McGarvey > > Acked-by: Jakub Narebski Thanks (the ack was a few hours too late and the commit is already in 'next', so I won't be able to rewind it though). >> By the way,

Re: [PATCH] gitweb: fix problem causing erroneous project list

2013-06-07 Thread Jakub Narębski
On Wed, Jun 5, 2013 at 9:17 PM, Junio C Hamano wrote: > Charles McGarvey writes: > >> The bug is manifest when running gitweb in a persistent process (e.g. >> FastCGI, PSGI), and it's easy to reproduce. If a gitweb request >> includes the searchtext parameter (i.e. s), subsequent requests using

Re: [PATCH] gitweb: fix problem causing erroneous project list

2013-06-05 Thread Junio C Hamano
Charles McGarvey writes: > The bug is manifest when running gitweb in a persistent process (e.g. > FastCGI, PSGI), and it's easy to reproduce. If a gitweb request > includes the searchtext parameter (i.e. s), subsequent requests using > the project_list action--which is the default action--and w

[PATCH] gitweb: fix problem causing erroneous project list

2013-06-04 Thread Charles McGarvey
The bug is manifest when running gitweb in a persistent process (e.g. FastCGI, PSGI), and it's easy to reproduce. If a gitweb request includes the searchtext parameter (i.e. s), subsequent requests using the project_list action--which is the default action--and without a searchtext parameter will