summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-08-09gitweb: clarify search results page when no matching commit foundJonathan Nieder
2010-07-15Merge branch 'maint'Junio C Hamano
2010-07-15gitweb: fix esc_urlPavan Kumar Sunkara
2010-07-05gitweb: Move evaluate_gitweb_config out of run_requestJakub Narebski
2010-06-22Merge branch 'jn/gitweb-return-or-exit-cleanup'Junio C Hamano
2010-06-21Merge branch 'jn/gitweb-fastcgi'Junio C Hamano
2010-06-21Merge branch 'maint'Junio C Hamano
2010-06-20gitweb/Makefile: fix typo in gitweb.min.css ruleJay Soffian
2010-06-18Merge branch 'jn/gitweb-plackup'Junio C Hamano
2010-06-14gitweb: Return or exit after done serving requestJakub Narebski
2010-06-13Merge branch 'jn/gitweb-syntax-highlight'Junio C Hamano
2010-06-13gitweb: Fix typo in hash key name in %opts in git_header_htmlJakub Narebski
2010-06-11gitweb: Run in FastCGI mode if gitweb script has .fcgi extensionJakub Narebski
2010-06-01gitweb: Move static files into seperate subdirectoryPavan Kumar Sunkara
2010-05-21Merge branch 'jn/gitweb-caching-prep'Junio C Hamano
2010-05-21Merge branch 'jn/gitweb-install'Junio C Hamano
2010-05-21Merge branch 'jn/gitweb-our-squelch'Junio C Hamano
2010-05-19gitweb: Use @diff_opts while using format-patchPavan Kumar Sunkara
2010-05-09gitweb: Add support for FastCGI, using CGI::FastSam Vilain
2010-05-09gitweb: Put all per-connection code in run() subroutineJakub Narebski
2010-05-03gitweb: Refactor syntax highlighting supportJakub Narebski
2010-05-03gitweb: Syntax highlighting supportJohannes Schindelin
2010-05-01gitweb: Create install target for gitweb in MakefileJakub Narebski
2010-05-01gitweb: Improve installation instructions in gitweb/INSTALLJakub Narebski
2010-05-01gitweb: Silence 'Variable VAR may be unavailable' warningsJakub Narebski
2010-05-01gitweb: Move generating page title to separate subroutineJakub Narebski
2010-05-01gitweb: Add custom error handler using die_errorJakub Narebski
2010-05-01gitweb: Use nonlocal jump instead of 'exit' in die_errorJakub Narebski
2010-05-01gitweb: href(..., -path_info => 0|1)Jakub Narebski
2010-04-17gitweb: simplify gitweb.min.* generation and clean-up rulesJunio C Hamano
2010-04-03gitweb: update INSTALL to use shorter make targetMark Rada
2010-04-03gitweb: add documentation to INSTALL regarding gitweb.jsMark Rada
2010-04-03Gitweb: add autoconfigure support for minifiersMark Rada
2010-04-03Gitweb: add support for minifying gitweb.cssMark Rada
2010-03-31Sync with 1.7.0.4Junio C Hamano
2010-03-31gitweb: git_get_project_config requires only $git_dir, not also $projectJakub Narebski
2010-03-05Merge branch 'jn/gitweb-config-error-die' into maintJunio C Hamano
2010-03-02Merge branch 'maint'Junio C Hamano
2010-03-02Merge branch 'jn/gitweb-config-error-die'Junio C Hamano
2010-03-02gitweb: Fix project-specific feature override behaviorJakub Narebski
2010-03-02gitweb multiple project roots documentationSylvain Rabot
2010-02-17gitweb: Protect escaping functions against calling on undefJakub Narebski
2010-02-17gitweb: esc_html (short) error message in die_errorJakub Narebski
2010-02-15gitweb: Die if there are parsing errors in config fileJakub Narebski
2010-02-04gitweb: Simplify (and fix) chop_strJohn 'Warthog9' Hawley
2010-01-30gitweb: Add optional extra parameter to die_error, for extended explanationJohn 'Warthog9' Hawley
2010-01-30gitweb: add a "string" variant of print_sort_thJohn 'Warthog9' Hawley
2010-01-30gitweb: add a "string" variant of print_local_timeJohn 'Warthog9' Hawley
2010-01-30gitweb: Check that $site_header etc. are defined before using themJohn 'Warthog9' Hawley