summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2010-10-26Merge branch 'ab/require-perl-5.8'Junio C Hamano-0/+1
2010-10-13gitweb: Improve behavior for actionless path_info gitweb URLsJakub Narebski-2/+9
2010-10-13gitweb: Fix bug in evaluate_path_infoJakub Narebski-2/+2
2010-10-06Merge branch 'cw/gitweb-hilite-config'Junio C Hamano-3/+21
2010-09-30gitweb/Makefile: Include gitweb/config.makJakub Narebski-0/+1
2010-09-30gitweb/Makefile: Add 'test' and 'test-installed' targetsJakub Narebski-1/+10
2010-09-30gitweb: Move call to evaluate_git_version after evaluate_gitweb_configJakub Narebski-1/+1
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason-0/+1
2010-09-27Enable highlight executable path as a configuration optionChristopher Wilson-3/+21
2010-08-31gitweb: Don't die_error in git_tag after already printing headersAnders Kaseorg-3/+3
2010-08-22Merge branch 'maint'Junio C Hamano-8/+8
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues-8/+8
2010-08-12Merge branch 'jn/maint-gitweb-dynconf'Junio C Hamano-4/+4
2010-08-09Merge branch 'maint'Junio C Hamano-4/+5
2010-08-09gitweb: clarify search results page when no matching commit foundJonathan Nieder-4/+5
2010-08-02gitweb: Fix typo in run() subroutineJakub Narebski-1/+1
2010-08-02gitweb: allow configurations that change with each requestJonathan Nieder-4/+4
2010-07-28gitweb: move highlight config out of guess_file_syntax()Alejandro R. Sedeño-24/+23
2010-07-15Merge branch 'maint'Junio C Hamano-2/+1
2010-07-15gitweb: fix esc_urlPavan Kumar Sunkara-2/+1
2010-07-05gitweb: Move evaluate_gitweb_config out of run_requestJakub Narebski-6/+11
2010-06-22Merge branch 'jn/gitweb-return-or-exit-cleanup'Junio C Hamano-0/+9
2010-06-21Merge branch 'jn/gitweb-fastcgi'Junio C Hamano-152/+258
2010-06-20Merge branch 'maint'Junio C Hamano-1/+1
2010-06-20gitweb/Makefile: fix typo in gitweb.min.css ruleJay Soffian-1/+1
2010-06-18Merge branch 'jn/gitweb-plackup'Junio C Hamano-35/+38
2010-06-14gitweb: Return or exit after done serving requestJakub Narebski-1/+9
2010-06-13Merge branch 'jn/gitweb-syntax-highlight'Junio C Hamano-3/+94
2010-06-13gitweb: Fix typo in hash key name in %opts in git_header_htmlJakub Narebski-1/+1
2010-06-11gitweb: Run in FastCGI mode if gitweb script has .fcgi extensionJakub Narebski-8/+13
2010-05-31gitweb: Move static files into seperate subdirectoryPavan Kumar Sunkara-35/+38
2010-05-21Merge branch 'jn/gitweb-caching-prep'Junio C Hamano-19/+50
2010-05-21Merge branch 'jn/gitweb-install'Junio C Hamano-12/+38
2010-05-21Merge branch 'jn/gitweb-our-squelch'Junio C Hamano-0/+3
2010-05-18gitweb: Use @diff_opts while using format-patchPavan Kumar Sunkara-2/+2
2010-05-08gitweb: Add support for FastCGI, using CGI::FastSam Vilain-2/+52
2010-05-08gitweb: Put all per-connection code in run() subroutineJakub Narebski-153/+204
2010-05-03gitweb: Refactor syntax highlighting supportJakub Narebski-53/+63
2010-05-03gitweb: Syntax highlighting supportJohannes Schindelin-1/+82
2010-05-01gitweb: Create install target for gitweb in MakefileJakub Narebski-11/+32
2010-05-01gitweb: Improve installation instructions in gitweb/INSTALLJakub Narebski-7/+12
2010-05-01gitweb: Silence 'Variable VAR may be unavailable' warningsJakub Narebski-0/+3
2010-05-01gitweb: Move generating page title to separate subroutineJakub Narebski-13/+19
2010-05-01gitweb: Add custom error handler using die_errorJakub Narebski-4/+23
2010-05-01gitweb: Use nonlocal jump instead of 'exit' in die_errorJakub Narebski-2/+3
2010-05-01gitweb: href(..., -path_info => 0|1)Jakub Narebski-1/+6
2010-04-17gitweb: simplify gitweb.min.* generation and clean-up rulesJunio C Hamano-37/+38
2010-04-02gitweb: update INSTALL to use shorter make targetMark Rada-9/+7
2010-04-02gitweb: add documentation to INSTALL regarding gitweb.jsMark Rada-10/+13
2010-04-02Gitweb: add autoconfigure support for minifiersMark Rada-12/+2