summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
* gitweb: Include links to feeds in HTML header only for '200 OK' responseJakub Narebski2010-12-181-42/+47
* Git 1.7.3.4v1.7.3.4Junio C Hamano2010-12-151-17/+24
|\
| * Git 1.7.2.5v1.7.2.5Junio C Hamano2010-12-151-17/+24
| |\
| | * Git 1.7.1.4v1.7.1.4Junio C Hamano2010-12-151-17/+25
| | |\
| | | * Git 1.7.0.9v1.7.0.9Junio C Hamano2010-12-151-17/+25
| | | |\
| | | | * Git 1.6.6.3v1.6.6.3Junio C Hamano2010-12-151-17/+25
| | | | |\
| | | | | * Git 1.6.5.9v1.6.5.9Junio C Hamano2010-12-151-16/+24
| | | | | |\
| | | | | | * gitweb: Introduce esc_attr to escape attributes of HTML elementsJakub Narebski2010-12-151-15/+22
| | | | | * | Merge branch 'pb/maint-gitweb-blob-lineno' into maintJunio C Hamano2009-11-151-1/+2
| | | | | |\ \
| | | | | * \ \ Merge branch 'gb/maint-gitweb-esc-param' into maintJunio C Hamano2009-11-151-2/+1
| | | | | |\ \ \
* | | | | | | | | perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-0/+1
* | | | | | | | | gitweb: Don't die_error in git_tag after already printing headersAnders Kaseorg2010-08-311-3/+3
* | | | | | | | | Merge branch 'maint'Junio C Hamano2010-08-222-8/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Typos in code comments, an error message, documentationRalf Wildenhues2010-08-222-8/+8
* | | | | | | | | Merge branch 'jn/maint-gitweb-dynconf'Junio C Hamano2010-08-121-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitweb: allow configurations that change with each requestJonathan Nieder2010-08-021-4/+4
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-08-091-4/+5
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | gitweb: clarify search results page when no matching commit foundJonathan Nieder2010-08-091-4/+5
| |/ / / / / / / /
* | | | | | | | | gitweb: Fix typo in run() subroutineJakub Narebski2010-08-021-1/+1
* | | | | | | | | gitweb: move highlight config out of guess_file_syntax()Alejandro R. Sedeño2010-07-281-24/+23
|/ / / / / / / /
* | | | | | | | Merge branch 'maint'Junio C Hamano2010-07-151-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | gitweb: fix esc_urlPavan Kumar Sunkara2010-07-151-2/+1
* | | | | | | | gitweb: Move evaluate_gitweb_config out of run_requestJakub Narebski2010-07-051-6/+11
* | | | | | | | Merge branch 'jn/gitweb-return-or-exit-cleanup'Junio C Hamano2010-06-221-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Return or exit after done serving requestJakub Narebski2010-06-141-1/+9
* | | | | | | | | Merge branch 'jn/gitweb-fastcgi'Junio C Hamano2010-06-211-152/+258
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitweb: Run in FastCGI mode if gitweb script has .fcgi extensionJakub Narebski2010-06-111-8/+13
| * | | | | | | | | gitweb: Add support for FastCGI, using CGI::FastSam Vilain2010-05-081-2/+52
| * | | | | | | | | gitweb: Put all per-connection code in run() subroutineJakub Narebski2010-05-081-153/+204
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-06-201-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | gitweb/Makefile: fix typo in gitweb.min.css ruleJay Soffian2010-06-201-1/+1
* | | | | | | | | | Merge branch 'jn/gitweb-plackup'Junio C Hamano2010-06-187-35/+38
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | gitweb: Move static files into seperate subdirectoryPavan Kumar Sunkara2010-05-317-35/+38
* | | | | | | | | | Merge branch 'jn/gitweb-syntax-highlight'Junio C Hamano2010-06-132-3/+94
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitweb: Refactor syntax highlighting supportJakub Narebski2010-05-031-53/+63
| * | | | | | | | | | gitweb: Syntax highlighting supportJohannes Schindelin2010-05-032-1/+82
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | gitweb: Fix typo in hash key name in %opts in git_header_htmlJakub Narebski2010-06-131-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'jn/gitweb-caching-prep'Junio C Hamano2010-05-211-19/+50
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitweb: Move generating page title to separate subroutineJakub Narebski2010-05-011-13/+19
| * | | | | | | | | gitweb: Add custom error handler using die_errorJakub Narebski2010-05-011-4/+23
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | gitweb: Use nonlocal jump instead of 'exit' in die_errorJakub Narebski2010-05-011-2/+3
| * | | | | | | | gitweb: href(..., -path_info => 0|1)Jakub Narebski2010-05-011-1/+6
| |/ / / / / / /
* | | | | | | | Merge branch 'jn/gitweb-install'Junio C Hamano2010-05-212-12/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Create install target for gitweb in MakefileJakub Narebski2010-05-012-11/+32
| * | | | | | | | gitweb: Improve installation instructions in gitweb/INSTALLJakub Narebski2010-05-011-7/+12
| |/ / / / / / /
* | | | | | | | Merge branch 'jn/gitweb-our-squelch'Junio C Hamano2010-05-211-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Silence 'Variable VAR may be unavailable' warningsJakub Narebski2010-05-011-0/+3
* | | | | | | | | gitweb: Use @diff_opts while using format-patchPavan Kumar Sunkara2010-05-181-2/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | gitweb: simplify gitweb.min.* generation and clean-up rulesJunio C Hamano2010-04-171-37/+38
* | | | | | | | gitweb: update INSTALL to use shorter make targetMark Rada2010-04-021-9/+7