1. 08 6月, 2013 1 次提交
    • C
      gitweb: fix problem causing erroneous project list · ca7a5dcf
      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 be filtered by the searchtext value of the
      first request.  This is because the value of the $search_regexp global
      (the value of which is based on the searchtext parameter) is currently
      being persisted between requests.
      
      Instead, clear $search_regexp before dispatching each request.
      Signed-off-by: NCharles McGarvey <chazmcgarvey@brokenzipper.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      ca7a5dcf
  2. 25 5月, 2013 1 次提交
  3. 22 5月, 2013 3 次提交
  4. 21 5月, 2013 5 次提交
  5. 18 5月, 2013 8 次提交
  6. 17 5月, 2013 4 次提交
  7. 16 5月, 2013 9 次提交
  8. 15 5月, 2013 1 次提交
  9. 14 5月, 2013 1 次提交
  10. 13 5月, 2013 3 次提交
  11. 12 5月, 2013 2 次提交
  12. 11 5月, 2013 2 次提交