Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-27Merge branch 'ab/require-perl-5.8'Junio C Hamano
2010-10-13gitweb: Improve behavior for actionless path_info gitweb URLsJakub Narebski
2010-10-13gitweb: Fix bug in evaluate_path_infoJakub Narebski
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason
2010-09-27Enable highlight executable path as a configuration optionChristopher Wilson
2010-08-31gitweb: Don't die_error in git_tag after already printing headersAnders Kaseorg
2010-08-23Merge branch 'maint'Junio C Hamano
2010-08-23Typos in code comments, an error message, documentationRalf Wildenhues
2010-08-13Merge branch 'jn/maint-gitweb-dynconf'Junio C Hamano
2010-08-10Merge branch 'maint'Junio C Hamano
2010-08-10gitweb: clarify search results page when no matching commit foundJonathan Nieder
2010-08-03gitweb: Fix typo in run() subroutineJakub Narebski
2010-08-02gitweb: allow configurations that change with each requestJonathan Nieder
2010-07-29gitweb: move highlight config out of guess_file_syntax()Alejandro R. Sedeño
2010-07-15Merge branch 'maint'Junio C Hamano
2010-07-15gitweb: fix esc_urlPavan Kumar Sunkara
2010-07-06gitweb: 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-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-05-21Merge branch 'jn/gitweb-caching-prep'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: 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-01Sync 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-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-31gitweb: Add optional extra parameter to die_error, for extended explanationJohn 'Warthog9' Hawley
2010-01-31gitweb: add a "string" variant of print_sort_thJohn 'Warthog9' Hawley
2010-01-31gitweb: add a "string" variant of print_local_timeJohn 'Warthog9' Hawley
2010-01-31gitweb: Check that $site_header etc. are defined before using themJohn 'Warthog9' Hawley
2010-01-31gitweb: Load checkingJohn 'Warthog9' Hawley