summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-1.7.8' into maintJunio C Hamano2012-03-201-1/+3
|\
| * gitweb: Fix actionless dispatch for non-existent objectsjn/gitweb-unspecified-actionJakub Narebski2012-01-091-1/+3
* | Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext' into maintJunio C Hamano2012-03-121-8/+8
|\ \
| * | gitweb: Fix fixed string (non-regexp) project searchjn/maint-do-not-match-with-unsanitized-searchtextJakub Narebski2012-03-061-8/+8
* | | Merge branch 'jn/maint-gitweb-invalid-regexp' into maintJunio C Hamano2012-03-041-1/+10
|\ \ \
| * | | gitweb: Handle invalid regexp in regexp searchjn/maint-gitweb-invalid-regexpJakub Narebski2012-02-281-1/+10
| |/ /
| * | Merge branch 'ps/gitweb-js-with-lineno' into maint-1.7.6Junio C Hamano2011-10-261-4/+4
| |\ \
| * \ \ Merge branch 'jn/mime-type-with-params' into maintJunio C Hamano2011-08-161-1/+10
| |\ \ \
* | \ \ \ Merge branch 'jn/gitweb-unborn-head' into maintJunio C Hamano2012-02-271-2/+2
|\ \ \ \ \
| * | | | | gitweb: Fix "heads" view when there is no current branchjn/gitweb-unborn-headJakub Narebski2012-02-171-2/+2
* | | | | | gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski2012-02-191-1/+2
* | | | | | gitweb: Allow UTF-8 encoded CGI query parameters and path_infojn/gitweb-search-utf-8Jakub Narebski2012-02-031-8/+8
|/ / / / /
* | | | | Merge branch 'jn/maint-gitweb-grep-fix'Junio C Hamano2012-01-161-10/+10
|\ \ \ \ \
| * | | | | gitweb: Harden "grep" search against filenames with ':'jn/maint-gitweb-grep-fixJakub Narebski2012-01-051-2/+3
| * | | | | gitweb: Fix file links in "grep" searchJakub Narebski2012-01-051-8/+7
* | | | | | Merge branch 'mm/maint-gitweb-project-maxdepth'Junio C Hamano2012-01-091-2/+2
|\ \ \ \ \ \
| * | | | | | gitweb: accept trailing "/" in $project_listmm/maint-gitweb-project-maxdepthMatthieu Moy2012-01-041-2/+2
* | | | | | | Merge branch 'jn/maint-gitweb-utf8-fix'Junio C Hamano2011-12-221-4/+8
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | gitweb: Fix fallback mode of to_utf8 subroutinejn/maint-gitweb-utf8-fixJakub Narebski2011-12-191-2/+2
| * | | | | | gitweb: Output valid utf8 in git_blame_common('data')Jürgen Kreileder2011-12-181-1/+3
| * | | | | | gitweb: esc_html() site name for title in OPMLJürgen Kreileder2011-12-181-1/+2
| * | | | | | gitweb: Call to_utf8() on input string in chop_and_escape_str()Jürgen Kreileder2011-12-181-0/+1
| | |/ / / / | |/| | | |
* | | | | | gitweb: Add navigation to select side-by-side diffjn/gitweb-side-by-side-diffKato Kazuyoshi2011-10-311-0/+23
* | | | | | gitweb: Use href(-replay=>1,...) for formats links in "commitdiff"Jakub Narebski2011-10-311-8/+8
* | | | | | gitweb: Give side-by-side diff extra CSS stylingJakub Narebski2011-10-312-10/+42
* | | | | | gitweb: Add a feature to show side-by-side diffKato Kazuyoshi2011-10-312-11/+122
* | | | | | gitweb: Extract formatting of diff chunk headerJakub Narebski2011-10-311-47/+67
* | | | | | gitweb: Refactor diff body line classificationJakub Narebski2011-10-311-30/+37
|/ / / / /
* | | | | Merge branch 'rj/gitweb-clean-js'Junio C Hamano2011-10-271-1/+3
|\ \ \ \ \
| * | | | | gitweb/Makefile: Remove static/gitweb.js in the clean targetrj/gitweb-clean-jsRamsay Jones2011-10-261-1/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'lh/gitweb-site-html-head'Junio C Hamano2011-10-263-0/+11
|\ \ \ \ \
| * | | | | gitweb: provide a way to customize html headersLénaïc Huard2011-10-213-0/+11
* | | | | | Merge branch 'jm/maint-gitweb-filter-forks-fix'Junio C Hamano2011-10-261-1/+1
|\ \ \ \ \ \
| * | | | | | gitweb: fix regression when filtering out forksJulien Muchembled2011-10-211-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jn/gitweb-manpages'Junio C Hamano2011-10-182-477/+30
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | gitweb: Add gitweb(1) manpage for gitweb itselfJakub Narebski2011-10-162-345/+29
| * | | | | gitweb: Add gitweb.conf(5) manpage for gitweb configuration filesDrew Northup2011-10-161-133/+2
* | | | | | Merge branch 'ps/gitweb-js-with-lineno'Junio C Hamano2011-10-101-4/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | gitweb: Fix links to lines in blobs when javascript-actions are enabledPeter Stuge2011-09-271-4/+4
* | | | | | gitweb: Strip non-printable characters from syntax highlighter outputJakub Narebski2011-09-161-1/+13
| |/ / / / |/| | | |
* | | | | Merge branch 'jn/gitweb-config-list-case'Junio C Hamano2011-08-081-0/+7
|\ \ \ \ \
| * | | | | gitweb: Git config keys are case insensitive, make config search tooJakub Narebski2011-07-311-0/+7
| | |_|/ / | |/| | |
* | | | | Merge branch 'jn/gitweb-system-config'Junio C Hamano2011-08-084-7/+53
|\ \ \ \ \
| * | | | | gitweb: Introduce common system-wide settings for convenienceJakub Narebski2011-07-244-7/+53
| |/ / / /
* | | | | gitweb: pass string after encoding in utf-8 to syntax highlighter张忠山2011-08-041-1/+1
* | | | | Merge branch 'jn/gitweb-search'Junio C Hamano2011-07-221-199/+241
|\ \ \ \ \
| * | | | | gitweb: Make git_search_* subroutines render whole pagesJakub Narebski2011-06-221-12/+26
| * | | | | gitweb: Clean up code in git_search_* subroutinesJakub Narebski2011-06-221-13/+16
| * | | | | gitweb: Split body of git_search into subroutinesJakub Narebski2011-06-221-182/+199
| * | | | | gitweb: Check permissions first in git_searchJakub Narebski2011-06-221-13/+21