Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | gitweb: Sort projects with undefined ages last | Matthew Daley | 2012-12-11 | 1 | -14/+21 | |
| * | | | | | | Merge branch 'rh/maint-gitweb-highlight-ext' into maint | Junio C Hamano | 2012-11-28 | 1 | -9/+8 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge branch 'pp/gitweb-config-underscore' | Junio C Hamano | 2012-11-29 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | gitweb: make remote_heads config setting work | Phil Pennock | 2012-11-21 | 1 | -2/+5 | |
* | | | | | | | | | Merge branch 'jk/maint-gitweb-xss' | Junio C Hamano | 2012-11-20 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | gitweb: escape html in rss title | Jeff King | 2012-11-12 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | gitweb.perl: fix %highlight_ext mappings | Richard Hubbell | 2012-11-08 | 1 | -9/+8 | |
|/ / / / / / | ||||||
* | | | | | | gitweb.cgi: fix "comitter_tz" typo in feed | Dylan Alex Simon | 2012-10-12 | 1 | -1/+1 | |
* | | | | | | Merge branch 'maint-1.7.11' into maint | Junio C Hamano | 2012-09-10 | 1 | -0/+5 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'js/gitweb-path-info-unquote' into maint-1.7.11 | Junio C Hamano | 2012-09-10 | 1 | -0/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFO | Jay Soffian | 2012-08-15 | 1 | -0/+5 | |
* | | | | | | | | Merge branch 'nk/maint-gitweb-log-by-lines' | Junio C Hamano | 2012-07-23 | 1 | -15/+18 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | gitweb: Add support to Link: tag | Namhyung Kim | 2012-07-05 | 1 | -0/+10 | |
| * | | | | | | | gitweb: Handle other types of tag in git_print_log | Namhyung Kim | 2012-07-05 | 1 | -1/+1 | |
| * | | | | | | | gitweb: Cleanup git_print_log() | Namhyung Kim | 2012-07-05 | 1 | -14/+7 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'kk/gitweb-omit-expensive' | Junio C Hamano | 2012-04-29 | 1 | -10/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | gitweb: Option to not display information about owner | Kacper Kornet | 2012-04-26 | 1 | -6/+15 | |
| * | | | | | | | gitweb: Option to omit column with time of the last change | Kacper Kornet | 2012-04-25 | 1 | -5/+11 | |
* | | | | | | | | Merge branch 'kk/maint-gitweb-missing-owner' | Junio C Hamano | 2012-04-29 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | gitweb: Don't set owner if got empty value from projects.list | Kacper Kornet | 2012-04-25 | 1 | -2/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'mk/gitweb-diff-hl' | Junio C Hamano | 2012-04-24 | 2 | -87/+244 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | gitweb: Refinement highlightning in combined diffs | Michał Kiedrowicz | 2012-04-11 | 1 | -13/+42 | |
| * | | | | | | | gitweb: Highlight interesting parts of diff | Michał Kiedrowicz | 2012-04-11 | 2 | -12/+103 | |
| * | | | | | | | gitweb: Push formatting diff lines to print_diff_chunk() | Michał Kiedrowicz | 2012-04-11 | 1 | -19/+18 | |
| * | | | | | | | gitweb: Use print_diff_chunk() for both side-by-side and inline diffs | Michał Kiedrowicz | 2012-04-11 | 1 | -16/+39 | |
| * | | | | | | | gitweb: Extract print_sidebyside_diff_lines() | Michał Kiedrowicz | 2012-04-11 | 1 | -45/+51 | |
| * | | | | | | | gitweb: Pass esc_html_hl_regions() options to esc_html() | Jakub Narębski | 2012-04-11 | 1 | -4/+7 | |
| * | | | | | | | gitweb: esc_html_hl_regions(): Don't create empty <span> elements | Michał Kiedrowicz | 2012-04-11 | 1 | -0/+3 | |
| * | | | | | | | gitweb: Use descriptive names in esc_html_hl_regions() | Michał Kiedrowicz | 2012-04-11 | 1 | -5/+8 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'wk/gitweb-snapshot-use-if-modified-since' | Junio C Hamano | 2012-04-16 | 1 | -26/+39 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | gitweb: add If-Modified-Since handling to git_snapshot(). | W. Trevor King | 2012-03-30 | 1 | -0/+10 | |
| * | | | | | | | gitweb: refactor If-Modified-Since handling | W. Trevor King | 2012-03-30 | 1 | -28/+29 | |
| * | | | | | | | gitweb: add `status` headers to git_feed() responses. | W. Trevor King | 2012-03-30 | 1 | -2/+4 | |
* | | | | | | | | gitweb: Fix unintended "--no-merges" for regular Atom feed | Sebastian Pipping | 2012-04-11 | 1 | -0/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | correct a few doubled-word nits in comments and documentation | Jim Meyering | 2012-03-28 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext' | Junio C Hamano | 2012-03-08 | 1 | -9/+9 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | gitweb: Fix fixed string (non-regexp) project searchjn/maint-do-not-match-with-unsanitized-searchtext | Jakub Narebski | 2012-03-06 | 1 | -8/+8 | |
* | | | | | | Merge branch 'jn/gitweb-hilite-regions' | Junio C Hamano | 2012-03-04 | 1 | -3/+92 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | gitweb: Highlight matched part of shortened project descriptionjn/gitweb-hilite-regions | Jakub Narebski | 2012-02-26 | 1 | -5/+47 | |
| * | | | | | | gitweb: Highlight matched part of project description when searching projects | Jakub Narebski | 2012-02-26 | 1 | -2/+6 | |
| * | | | | | | gitweb: Highlight matched part of project name when searching projects | Jakub Narebski | 2012-02-26 | 1 | -1/+3 | |
| * | | | | | | gitweb: Introduce esc_html_match_hl and esc_html_hl_regions | Jakub Narebski | 2012-02-26 | 1 | -0/+41 | |
* | | | | | | | gitweb: Fix passing parameters to git_project_search_form | Jakub Narebski | 2012-03-02 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'jn/maint-gitweb-invalid-regexp' | Junio C Hamano | 2012-03-01 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | gitweb: Handle invalid regexp in regexp searchjn/maint-gitweb-invalid-regexp | Jakub Narebski | 2012-02-28 | 1 | -1/+10 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch 'ps/gitweb-js-with-lineno' into maint-1.7.6 | Junio C Hamano | 2011-10-26 | 1 | -4/+4 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'jn/mime-type-with-params' into maint | Junio C Hamano | 2011-08-16 | 1 | -1/+10 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge branch 'jn/gitweb-search-optim' | Junio C Hamano | 2012-02-26 | 1 | -13/+53 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | gitweb: Faster project searchjn/gitweb-search-optim | Jakub Narebski | 2012-02-23 | 1 | -2/+7 | |
| * | | | | | | | gitweb: Option for filling only specified info in fill_project_list_info | Jakub Narebski | 2012-02-23 | 1 | -8/+25 |