aboutsummaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
Commit message (Expand)AuthorAge
* 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
* | | 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 '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
* | | | 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
| * | | | gitweb: Unify the way long timestamp is displayedJakub Narebski2011-05-24
| * | | | gitweb: Refactor generating of long dates into format_timestamp_htmlJakub Narebski2011-05-24
* | | | | Merge branch 'jn/ctags-more'Junio C Hamano2011-05-26
|\ \ \ \ \
| * | | | | gitweb: Optional grouping of projects by categorySebastien Cevey2011-04-29
| * | | | | gitweb: Modularized git_get_project_description to be more genericSebastien Cevey2011-04-29
| * | | | | gitweb: Split git_project_list_body in two functionsSebastien Cevey2011-04-29
* | | | | | gitweb: Refactor reading and parsing config file into read_config_fileJakub Narebski2011-05-25
* | | | | | Merge branch 'jn/ctags'Junio C Hamano2011-05-11
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | gitweb: Mark matched 'ctag' / contents tag (?by_tag=foo)Jakub Narebski2011-04-29
| * | | | gitweb: Change the way "content tags" ('ctags') are handledJakub Narebski2011-04-29
| | |_|/ | |/| |
| * | | gitweb: Restructure projects list generationJakub Narebski2011-04-29
| |/ /
* | | gitweb: supply '-n' to gzip for identical outputFraser Tweedale2011-04-26
|/ /
* | Sync with 1.7.4.2Junio C Hamano2011-03-25
|\ \
| * | gitweb: Fix handling of fractional timezones in parse_dateJakub Narebski2011-03-25
* | | Merge branch 'kc/gitweb-pathinfo-w-anchor'Junio C Hamano2011-03-23
|\ \ \ | |/ / |/| |
| * | gitweb: fix #patchNN anchors when path_info is enabledKevin Cernekee2011-03-18
* | | gitweb: Always call parse_date with timezone parameterJakub Narebski2011-03-19
|/ /
* | gitweb: highlight: replace tabs with spacesKevin Cernekee2011-03-16
* | gitweb/gitweb.perl: don't call S_ISREG() with undefÆvar Arnfjörð Bjarmason2011-02-21