summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'jn/gitweb-blame'Junio C Hamano2009-12-011-87/+244
|\ \
| * | gitweb: Add link to other blame implementation in blame viewsJakub Narebski2009-12-011-0/+11
| * | gitweb: Make linking to actions requiring JavaScript a featureJakub Narebski2009-11-301-1/+8
| * | gitweb: Create links leading to 'blame_incremental' using JavaScriptJakub Narebski2009-09-011-9/+19
| * | gitweb: Incremental blame (using JavaScript)Jakub Narebski2009-09-011-87/+187
| * | gitweb: Add optional "time to generate page" info in footerJakub Narebski2009-09-011-0/+29
* | | Merge branch 'mr/gitweb-snapshot'Junio C Hamano2009-11-231-18/+65
|\ \ \
| * | | gitweb: Smarter snapshot namesMark Rada2009-11-081-16/+60
| * | | gitweb: check given hash before trying to create snapshotMark Rada2009-09-291-2/+5
* | | | gitweb: Make 'history' view (re)use git_log_generic()Jakub Narebski2009-11-141-89/+57
* | | | gitweb: Refactor common parts of 'log' and 'shortlog' viewsJakub Narebski2009-11-141-52/+20
* | | | gitweb: Refactor 'log' action generation, adding git_log_body()Jakub Narebski2009-11-141-33/+48
* | | | Merge branch 'pb/maint-gitweb-blob-lineno'Junio C Hamano2009-11-101-1/+2
|\ \ \ \
| * | | | gitweb: Fix blob linenr links in pathinfo modePetr Baudis2009-11-061-1/+2
| |/ / /
* | | | Merge branch 'sb/gitweb-link-author'Junio C Hamano2009-10-251-5/+35
|\ \ \ \
| * | | | gitweb: linkify author/committer names with searchStephen Boyd2009-10-201-5/+35
* | | | | Merge branch 'gb/maint-gitweb-esc-param'Junio C Hamano2009-10-211-2/+1
|\ \ \ \ \ | |/ / / /