713 Commits (fb433dc912ffb64364571750bedde988f29e736b)

Author SHA1 Message Date
Pavan Kumar Sunkara 109988f2cb gitweb: fix esc_url 15 years ago
Jakub Narebski 869d58813b gitweb: Move evaluate_gitweb_config out of run_request 15 years ago
Jay Soffian 70649945c2 gitweb/Makefile: fix typo in gitweb.min.css rule 15 years ago
Jakub Narebski 5ed2ec1041 gitweb: Return or exit after done serving request 15 years ago
Jakub Narebski ad709ea985 gitweb: Fix typo in hash key name in %opts in git_header_html 15 years ago
Jakub Narebski 45aa9895c5 gitweb: Run in FastCGI mode if gitweb script has .fcgi extension 15 years ago
Pavan Kumar Sunkara 18d05328f3 gitweb: Move static files into seperate subdirectory 15 years ago
Pavan Kumar Sunkara 04794fdc27 gitweb: Use @diff_opts while using format-patch 15 years ago
Sam Vilain a0446e7ba8 gitweb: Add support for FastCGI, using CGI::Fast 15 years ago
Jakub Narebski c2394fe934 gitweb: Put all per-connection code in run() subroutine 15 years ago
Jakub Narebski 592ea4173a gitweb: Refactor syntax highlighting support 15 years ago
Johannes Schindelin b331fe5476 gitweb: Syntax highlighting support 15 years ago
Jakub Narebski 152d94348f gitweb: Create install target for gitweb in Makefile 15 years ago
Jakub Narebski 8515392f5d gitweb: Improve installation instructions in gitweb/INSTALL 15 years ago
Jakub Narebski ee1d8ee0f0 gitweb: Silence 'Variable VAR may be unavailable' warnings 15 years ago
Jakub Narebski efb2d0c5dc gitweb: Move generating page title to separate subroutine 15 years ago
Jakub Narebski 7a59745710 gitweb: Add custom error handler using die_error 15 years ago
Jakub Narebski c42b00c8f2 gitweb: Use nonlocal jump instead of 'exit' in die_error 15 years ago
Jakub Narebski 377bee3424 gitweb: href(..., -path_info => 0|1) 15 years ago
Junio C Hamano 8de096b671 gitweb: simplify gitweb.min.* generation and clean-up rules 15 years ago
Mark Rada e3918594f6 gitweb: update INSTALL to use shorter make target 15 years ago
Mark Rada a8ab675f21 gitweb: add documentation to INSTALL regarding gitweb.js 15 years ago
Mark Rada bb4bbf7582 Gitweb: add autoconfigure support for minifiers 15 years ago
Mark Rada 0e6ce21361 Gitweb: add support for minifying gitweb.css 15 years ago
Jakub Narebski 7a49c254cd gitweb: git_get_project_config requires only $git_dir, not also $project 15 years ago
Jakub Narebski 9be3614eff gitweb: Fix project-specific feature override behavior 15 years ago
Sylvain Rabot 964ad928d6 gitweb multiple project roots documentation 15 years ago
Jakub Narebski 1df4876613 gitweb: Protect escaping functions against calling on undef 15 years ago
Jakub Narebski 453541fcfc gitweb: esc_html (short) error message in die_error 15 years ago
Jakub Narebski e6e592db4c gitweb: Die if there are parsing errors in config file 15 years ago
John 'Warthog9' Hawley 57017b3e15 gitweb: Simplify (and fix) chop_str 15 years ago
John 'Warthog9' Hawley aa14013abf gitweb: Add optional extra parameter to die_error, for extended explanation 15 years ago
John 'Warthog9' Hawley 1ee4b4ef70 gitweb: add a "string" variant of print_sort_th 15 years ago
John 'Warthog9' Hawley 0cf207f7a6 gitweb: add a "string" variant of print_local_time 15 years ago
John 'Warthog9' Hawley 24d4afcdc7 gitweb: Check that $site_header etc. are defined before using them 15 years ago
John 'Warthog9' Hawley 62331ef163 gitweb: Makefile improvements 15 years ago
John 'Warthog9' Hawley b62a1a98bc gitweb: Load checking 15 years ago
Jakub Narebski b2c2e4c22c gitweb.js: Workaround for IE8 bug 15 years ago
Jakub Narebski eff726f0c2 gitweb: Describe (possible) gitweb.js minification in gitweb/README 15 years ago
Jakub Narebski 87e573f660 gitweb: Add link to other blame implementation in blame views 15 years ago
Jakub Narebski e627e50a70 gitweb: Make linking to actions requiring JavaScript a feature 15 years ago
Stephen Boyd 6821dee9a9 gitweb.js: fix padLeftStr() and its usage 15 years ago
Jakub Narebski 6aa2de5151 gitweb.js: Harden setting blamed commit info in incremental blame 15 years ago
Stephen Boyd e42a05f75c gitweb.js: fix null object exception in initials calculation 15 years ago
Jakub Narebski 69ca37d2ab gitweb: Make 'history' view (re)use git_log_generic() 15 years ago
Jakub Narebski 15f0b112d8 gitweb: Refactor common parts of 'log' and 'shortlog' views 15 years ago
Jakub Narebski 42671caa7d gitweb: Refactor 'log' action generation, adding git_log_body() 15 years ago
Mark Rada b629275fd0 gitweb: Smarter snapshot names 15 years ago
Petr Baudis b9759f0762 gitweb: Fix blob linenr links in pathinfo mode 15 years ago
Stephen Boyd e133d65c3e gitweb: linkify author/committer names with search 15 years ago