summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2012-02-23gitweb: Option for filling only specified info in fill_project_list_infoJakub Narebski-8/+25
2012-02-23gitweb: Refactor checking if part of project info need fillingJakub Narebski-8/+26
2012-02-21Merge branch 'jn/gitweb-unborn-head'Junio C Hamano-2/+2
2012-02-20Merge branch 'maint'Junio C Hamano-1/+2
2012-02-19gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski-1/+2
2012-02-17gitweb: Fix "heads" view when there is no current branchJakub Narebski-2/+2
2012-02-14Merge branch 'bl/gitweb-project-filter'Junio C Hamano-1/+1
2012-02-12Merge branch 'jn/gitweb-search-utf-8'Junio C Hamano-7/+7
2012-02-12gitweb: Harden and improve $project_filter page titleJakub Narebski-1/+1
2012-02-07Merge branch 'bl/gitweb-project-filter'Junio C Hamano-20/+95
2012-02-03gitweb: Allow UTF-8 encoded CGI query parameters and path_infoJakub Narebski-8/+8
2012-02-01gitweb: Make project search respect project_filterJakub Narebski-5/+13
2012-02-01gitweb: improve usability of projects search formJakub Narebski-6/+28
2012-02-01gitweb: place links to parent directories in page headerBernhard R. Link-1/+4
2012-02-01gitweb: show active project_filter in project_list page headerBernhard R. Link-0/+14
2012-02-01gitweb: limit links to alternate forms of project_list to active project_filterBernhard R. Link-2/+4
2012-02-01gitweb: add project_filter to limit project list to a subdirectoryBernhard R. Link-6/+25
2012-02-01gitweb: prepare git_get_projects_list for use outside 'forks'.Bernhard R. Link-1/+6
2012-02-01gitweb: move hard coded .git suffix out of git_get_projects_listBernhard R. Link-4/+6
2012-01-29Merge branch 'jn/gitweb-unspecified-action'Junio C Hamano-1/+3
2012-01-16Merge branch 'jn/maint-gitweb-grep-fix'Junio C Hamano-10/+10
2012-01-09Merge branch 'mm/maint-gitweb-project-maxdepth'Junio C Hamano-2/+2
2012-01-09gitweb: Fix actionless dispatch for non-existent objectsJakub Narebski-1/+3
2012-01-05gitweb: Harden "grep" search against filenames with ':'Jakub Narebski-2/+3
2012-01-05gitweb: Fix file links in "grep" searchJakub Narebski-8/+7
2012-01-04gitweb: accept trailing "/" in $project_listMatthieu Moy-2/+2
2011-12-22Merge branch 'jn/maint-gitweb-utf8-fix'Junio C Hamano-4/+8
2011-12-19gitweb: Fix fallback mode of to_utf8 subroutineJakub Narebski-2/+2
2011-12-18gitweb: Output valid utf8 in git_blame_common('data')Jürgen Kreileder-1/+3
2011-12-18gitweb: esc_html() site name for title in OPMLJürgen Kreileder-1/+2
2011-12-18gitweb: Call to_utf8() on input string in chop_and_escape_str()Jürgen Kreileder-0/+1
2011-10-31gitweb: Add navigation to select side-by-side diffKato Kazuyoshi-0/+23
2011-10-31gitweb: Use href(-replay=>1,...) for formats links in "commitdiff"Jakub Narebski-8/+8
2011-10-31gitweb: Give side-by-side diff extra CSS stylingJakub Narebski-10/+42
2011-10-31gitweb: Add a feature to show side-by-side diffKato Kazuyoshi-11/+122
2011-10-31gitweb: Extract formatting of diff chunk headerJakub Narebski-47/+67
2011-10-31gitweb: Refactor diff body line classificationJakub Narebski-30/+37
2011-10-27Merge branch 'rj/gitweb-clean-js'Junio C Hamano-1/+3
2011-10-26Merge branch 'lh/gitweb-site-html-head'Junio C Hamano-0/+11
2011-10-26Merge branch 'jm/maint-gitweb-filter-forks-fix'Junio C Hamano-1/+1
2011-10-26Merge branch 'ps/gitweb-js-with-lineno' into maint-1.7.6Junio C Hamano-4/+4
2011-10-26gitweb/Makefile: Remove static/gitweb.js in the clean targetRamsay Jones-1/+3
2011-10-21gitweb: fix regression when filtering out forksJulien Muchembled-1/+1
2011-10-21gitweb: provide a way to customize html headersLénaïc Huard-0/+11
2011-10-18Merge branch 'jn/gitweb-manpages'Junio C Hamano-477/+30
2011-10-16gitweb: Add gitweb(1) manpage for gitweb itselfJakub Narebski-345/+29
2011-10-16gitweb: Add gitweb.conf(5) manpage for gitweb configuration filesDrew Northup-133/+2
2011-10-10Merge branch 'ps/gitweb-js-with-lineno'Junio C Hamano-4/+4
2011-09-27gitweb: Fix links to lines in blobs when javascript-actions are enabledPeter Stuge-4/+4
2011-09-16gitweb: Strip non-printable characters from syntax highlighter outputJakub Narebski-1/+13