summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/require-perl-5.8'Junio C Hamano2010-10-261-0/+1
|\
| * perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-0/+1
* | gitweb: Improve behavior for actionless path_info gitweb URLsJakub Narebski2010-10-131-2/+9
* | gitweb: Fix bug in evaluate_path_infoJakub Narebski2010-10-131-2/+2
* | Enable highlight executable path as a configuration optionChristopher Wilson2010-09-271-1/+8
|/
* gitweb: Don't die_error in git_tag after already printing headersAnders Kaseorg2010-08-311-3/+3
* Merge branch 'maint'Junio C Hamano2010-08-221-6/+6
|\
| * Typos in code comments, an error message, documentationRalf Wildenhues2010-08-221-6/+6
* | 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 'jn/gitweb-syntax-highlight'Junio C Hamano2010-06-131-3/+76
|\ \ \
| * | | gitweb: Refactor syntax highlighting supportJakub Narebski2010-05-031-53/+63
| * | | gitweb: Syntax highlighting supportJohannes Schindelin2010-05-031-1/+64
| | |/ | |/|
* | | 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-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
| |/ |/|
* | Sync with 1.7.0.4Junio C Hamano2010-03-311-2/+1
|\ \
| * | gitweb: git_get_project_config requires only $git_dir, not also $projectJakub Narebski2010-03-311-2/+1
| * | Merge branch 'jn/gitweb-config-error-die' into maintJunio C Hamano2010-03-041-3/+6
| |\ \
* | \ \ Merge branch 'maint'Junio C Hamano2010-03-021-1/+8
|\ \ \ \ | |/ / /
| * | | gitweb: Fix project-specific feature override behaviorJakub Narebski2010-03-021-1/+8
* | | | Merge branch 'jn/gitweb-config-error-die'Junio C Hamano2010-03-021-3/+6
|\ \ \ \ | | |/ / | |/| |
| * | | gitweb: Die if there are parsing errors in config fileJakub Narebski2010-02-141-3/+6
| |/ /
* | | gitweb: Protect escaping functions against calling on undefJakub Narebski2010-02-171-1/+8
* | | gitweb: esc_html (short) error message in die_errorJakub Narebski2010-02-171-2/+2
|/ /
* | gitweb: Simplify (and fix) chop_strJohn 'Warthog9' Hawley2010-02-031-4/+0
* | gitweb: Add optional extra parameter to die_error, for extended explanationJohn 'Warthog9' Hawley2010-01-301-1/+7
* | gitweb: add a "string" variant of print_sort_thJohn 'Warthog9' Hawley2010-01-301-5/+12
* | gitweb: add a "string" variant of print_local_timeJohn 'Warthog9' Hawley2010-01-301-2/+9
* | gitweb: Check that $site_header etc. are defined before using themJohn 'Warthog9' Hawley2010-01-301-3/+3
* | gitweb: Load checkingJohn 'Warthog9' Hawley2010-01-301-5/+43