Age | Commit message (Expand) | Author | Files | Lines |
2013-12-12 | gitweb: Denote non-heads, non-remotes branches | Krzesimir Nowak | 1 | -5/+29 |
2013-12-12 | gitweb: Add a feature for adding more branch refs | Krzesimir Nowak | 1 | -12/+68 |
2013-12-12 | gitweb: Return 1 on validation success instead of passed input | Krzesimir Nowak | 1 | -29/+32 |
2013-12-12 | gitweb: Move check-ref-format code into separate function | Krzesimir Nowak | 1 | -4/+13 |
2013-09-17 | Merge branch 'ab/gitweb-author-initials' | Junio C Hamano | 1 | -0/+1 |
2013-09-11 | Merge branch 'tf/gitweb-ss-tweak' | Junio C Hamano | 2 | -6/+6 |
2013-08-30 | gitweb: Fix the author initials in blame for non-ASCII names | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2013-08-20 | gitweb: make search help link less ugly | Tony Finch | 1 | -2/+2 |
2013-08-20 | gitweb: omit the repository owner when it is unset | Tony Finch | 1 | -1/+1 |
2013-08-20 | gitweb: vertically centre contents of page footer | Tony Finch | 1 | -1/+2 |
2013-08-20 | gitweb: ensure OPML text fits inside its box | Tony Finch | 1 | -2/+1 |
2013-07-04 | gitweb: allow extra breadcrumbs to prefix the trail | Tony Finch | 1 | -1/+6 |
2013-06-07 | gitweb: fix problem causing erroneous project list | Charles McGarvey | 1 | -1/+1 |
2013-04-15 | gitweb/INSTALL: Simplify description of GITWEB_CONFIG_SYSTEM | Jakub Narębski | 1 | -8/+5 |
2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -3/+3 |
2013-04-12 | doc: various spelling fixes | Stefano Lattarini | 1 | -1/+1 |
2013-03-07 | gitweb/README: remove reference to git.kernel.org | Fredrik Gustafsson | 1 | -3/+0 |
2013-01-28 | gitweb: refer to picon/gravatar images over the same scheme | Andrej E Baranov | 1 | -2/+2 |
2013-01-11 | Merge branch 'os/gitweb-highlight-uncaptured' into maint | Junio C Hamano | 1 | -1/+1 |
2013-01-10 | Merge branch 'md/gitweb-sort-by-age' into maint | Junio C Hamano | 1 | -14/+21 |
2013-01-01 | gitweb: fix error in sanitize when highlight is enabled | Orgad Shaneh | 1 | -1/+1 |
2012-12-11 | gitweb: Sort projects with undefined ages last | Matthew Daley | 1 | -14/+21 |
2012-11-29 | Merge branch 'pp/gitweb-config-underscore' | Junio C Hamano | 1 | -2/+5 |
2012-11-28 | Merge branch 'rh/maint-gitweb-highlight-ext' into maint | Junio C Hamano | 1 | -9/+8 |
2012-11-21 | gitweb: make remote_heads config setting work | Phil Pennock | 1 | -2/+5 |
2012-11-20 | Merge branch 'jk/maint-gitweb-xss' | Junio C Hamano | 1 | -0/+1 |
2012-11-12 | gitweb: escape html in rss title | Jeff King | 1 | -0/+1 |
2012-11-08 | gitweb.perl: fix %highlight_ext mappings | Richard Hubbell | 1 | -9/+8 |
2012-10-12 | gitweb.cgi: fix "comitter_tz" typo in feed | Dylan Alex Simon | 1 | -1/+1 |
2012-09-10 | Merge branch 'maint-1.7.11' into maint | Junio C Hamano | 1 | -0/+5 |
2012-09-10 | Merge branch 'js/gitweb-path-info-unquote' into maint-1.7.11 | Junio C Hamano | 1 | -0/+5 |
2012-08-15 | gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFO | Jay Soffian | 1 | -0/+5 |
2012-07-23 | Merge branch 'nk/maint-gitweb-log-by-lines' | Junio C Hamano | 1 | -15/+18 |
2012-07-05 | gitweb: Add support to Link: tag | Namhyung Kim | 1 | -0/+10 |
2012-07-05 | gitweb: Handle other types of tag in git_print_log | Namhyung Kim | 1 | -1/+1 |
2012-07-05 | gitweb: Cleanup git_print_log() | Namhyung Kim | 1 | -14/+7 |
2012-04-29 | Merge branch 'kk/gitweb-omit-expensive' | Junio C Hamano | 1 | -10/+25 |
2012-04-29 | Merge branch 'kk/maint-gitweb-missing-owner' | Junio C Hamano | 1 | -2/+4 |
2012-04-26 | gitweb: Option to not display information about owner | Kacper Kornet | 1 | -6/+15 |
2012-04-25 | gitweb: Option to omit column with time of the last change | Kacper Kornet | 1 | -5/+11 |
2012-04-25 | gitweb: Don't set owner if got empty value from projects.list | Kacper Kornet | 1 | -2/+4 |
2012-04-24 | Merge branch 'mk/gitweb-diff-hl' | Junio C Hamano | 2 | -87/+244 |
2012-04-16 | Merge branch 'wk/gitweb-snapshot-use-if-modified-since' | Junio C Hamano | 1 | -26/+39 |
2012-04-11 | gitweb: Refinement highlightning in combined diffs | Michał Kiedrowicz | 1 | -13/+42 |
2012-04-11 | gitweb: Highlight interesting parts of diff | Michał Kiedrowicz | 2 | -12/+103 |
2012-04-11 | gitweb: Push formatting diff lines to print_diff_chunk() | Michał Kiedrowicz | 1 | -19/+18 |
2012-04-11 | gitweb: Use print_diff_chunk() for both side-by-side and inline diffs | Michał Kiedrowicz | 1 | -16/+39 |
2012-04-11 | gitweb: Extract print_sidebyside_diff_lines() | Michał Kiedrowicz | 1 | -45/+51 |
2012-04-11 | gitweb: Pass esc_html_hl_regions() options to esc_html() | Jakub Narębski | 1 | -4/+7 |
2012-04-11 | gitweb: esc_html_hl_regions(): Don't create empty <span> elements | Michał Kiedrowicz | 1 | -0/+3 |