aboutsummaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAge
* gitweb: Fix actionless dispatch for non-existent objectsJakub Narebski2012-01-09
* gitweb: Fix fallback mode of to_utf8 subroutineJakub Narebski2011-12-19
* gitweb: Output valid utf8 in git_blame_common('data')Jürgen Kreileder2011-12-18
* gitweb: esc_html() site name for title in OPMLJürgen Kreileder2011-12-18
* gitweb: Call to_utf8() on input string in chop_and_escape_str()Jürgen Kreileder2011-12-18
* Merge branch 'rj/gitweb-clean-js'Junio C Hamano2011-10-27
|\
| * gitweb/Makefile: Remove static/gitweb.js in the clean targetRamsay Jones2011-10-26
* | Merge branch 'lh/gitweb-site-html-head'Junio C Hamano2011-10-26
|\ \
| * | gitweb: provide a way to customize html headersLénaïc Huard2011-10-21
* | | Merge branch 'jm/maint-gitweb-filter-forks-fix'Junio C Hamano2011-10-26
|\ \ \
| * | | gitweb: fix regression when filtering out forksJulien Muchembled2011-10-21
* | | | Merge branch 'jn/gitweb-manpages'Junio C Hamano2011-10-18
|\ \ \ \ | | |/ / | |/| |
| * | | gitweb: Add gitweb(1) manpage for gitweb itselfJakub Narebski2011-10-16
| * | | gitweb: Add gitweb.conf(5) manpage for gitweb configuration filesDrew Northup2011-10-16
* | | | Merge branch 'ps/gitweb-js-with-lineno'Junio C Hamano2011-10-10
|\ \ \ \
| * | | | gitweb: Fix links to lines in blobs when javascript-actions are enabledPeter Stuge2011-09-27
* | | | | gitweb: Strip non-printable characters from syntax highlighter outputJakub Narebski2011-09-16
| |/ / / |/| | |
* | | | Merge branch 'jn/gitweb-config-list-case'Junio C Hamano2011-08-08
|\ \ \ \
| * | | | gitweb: Git config keys are case insensitive, make config search tooJakub Narebski2011-07-31
| | |_|/ | |/| |
* | | | Merge branch 'jn/gitweb-system-config'Junio C Hamano2011-08-08
|\ \ \ \
| * | | | gitweb: Introduce common system-wide settings for convenienceJakub Narebski2011-07-24
| |/ / /
* | | | gitweb: pass string after encoding in utf-8 to syntax highlighter张忠山2011-08-04
* | | | Merge branch 'jn/gitweb-search'Junio C Hamano2011-07-22
|\ \ \ \
| * | | | gitweb: Make git_search_* subroutines render whole pagesJakub Narebski2011-06-22
| * | | | gitweb: Clean up code in git_search_* subroutinesJakub Narebski2011-06-22
| * | | | gitweb: Split body of git_search into subroutinesJakub Narebski2011-06-22
| * | | | gitweb: Check permissions first in git_searchJakub Narebski2011-06-22
* | | | | Merge branch 'jn/mime-type-with-params'Junio C Hamano2011-07-19
|\ \ \ \ \
| * | | | | gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xssJakub Narebski2011-06-30
| * | | | | gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xssJakub Narebski2011-06-30
* | | | | | Merge branch 'jn/gitweb-split-header-html'Junio C Hamano2011-07-19
|\ \ \ \ \ \
| * | | | | | gitweb: Refactor git_header_htmlJakub Narebski2011-06-22
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ln/gitweb-mime-types-split-at-blank'Junio C Hamano2011-07-13
|\ \ \ \ \ \
| * | | | | | gitweb: allow space as delimiter in mime.typesLudwig Nussel2011-06-15
* | | | | | | Merge branch 'jn/gitweb-js-blame' into nextJunio C Hamano2011-06-29
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | gitweb.js: use setTimeout rather than setInterval in blame_incremental.jsJakub Narebski2011-05-27
| * | | | | | gitweb.js: No need for loop in blame_incremental's handleResponse()Jakub Narebski2011-05-27
| * | | | | | gitweb.js: No need for inProgress in blame_incremental.jsJakub Narebski2011-05-27
* | | | | | | Merge branch 'maint'Junio C Hamano2011-06-21
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabledJakub Narebski2011-06-21
| | |/ / / / | |/| | | |
* | | | | | gitweb: do not misparse nonnumeric content tag files that contain a digitJonathan Nieder2011-06-09
* | | | | | Merge branch 'jn/mime-type-with-params'Junio C Hamano2011-06-06
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | gitweb: Fix usability of $prevent_xssJakub Narebski2011-06-05
* | | | | | gitweb: Move "Requirements" up in gitweb/INSTALLJakub Narebski2011-06-03
* | | | | | gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALLJakub Narebski2011-06-02
* | | | | | gitweb: Move information about installation from README to INSTALLJakub Narebski2011-06-02
* | | | | | Merge branch 'jn/gitweb-js'Junio C Hamano2011-05-26
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | gitweb: Make JavaScript ability to adjust timezones configurableJakub Narebski2011-05-24
| * | | | | gitweb.js: Add UI for selecting common timezone to display datesJohn 'Warthog9' Hawley2011-05-24
| * | | | | gitweb: JavaScript ability to adjust time based on timezoneJohn 'Warthog9' Hawley2011-05-24