Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -87/+236 |
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 | 1 | -12/+95 |
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 |
2012-04-11 | gitweb: Use descriptive names in esc_html_hl_regions() | Michał Kiedrowicz | 1 | -5/+8 |
2012-04-11 | gitweb: Fix unintended "--no-merges" for regular Atom feed | Sebastian Pipping | 1 | -0/+1 |
2012-03-30 | gitweb: add If-Modified-Since handling to git_snapshot(). | W. Trevor King | 1 | -0/+10 |
2012-03-30 | gitweb: refactor If-Modified-Since handling | W. Trevor King | 1 | -28/+29 |
2012-03-30 | gitweb: add `status` headers to git_feed() responses. | W. Trevor King | 1 | -2/+4 |
2012-03-20 | Merge branch 'maint-1.7.8' into maint | Junio C Hamano | 1 | -1/+3 |
2012-03-12 | Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext' into maint | Junio C Hamano | 1 | -8/+8 |
2012-03-08 | Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext' | Junio C Hamano | 1 | -9/+9 |
2012-03-06 | gitweb: Fix fixed string (non-regexp) project search | Jakub Narebski | 1 | -8/+8 |
2012-03-04 | Merge branch 'jn/gitweb-hilite-regions' | Junio C Hamano | 1 | -3/+92 |
2012-03-04 | Merge branch 'jn/maint-gitweb-invalid-regexp' into maint | Junio C Hamano | 1 | -1/+10 |
2012-03-02 | gitweb: Fix passing parameters to git_project_search_form | Jakub Narebski | 1 | -1/+1 |
2012-03-01 | Merge branch 'jn/maint-gitweb-invalid-regexp' | Junio C Hamano | 1 | -1/+10 |
2012-02-28 | gitweb: Handle invalid regexp in regexp search | Jakub Narebski | 1 | -1/+10 |
2012-02-27 | Merge branch 'jn/gitweb-unborn-head' into maint | Junio C Hamano | 1 | -2/+2 |
2012-02-26 | Merge branch 'jn/gitweb-search-optim' | Junio C Hamano | 1 | -13/+53 |
2012-02-26 | gitweb: Highlight matched part of shortened project description | Jakub Narebski | 1 | -5/+47 |
2012-02-26 | gitweb: Highlight matched part of project description when searching projects | Jakub Narebski | 1 | -2/+6 |
2012-02-26 | gitweb: Highlight matched part of project name when searching projects | Jakub Narebski | 1 | -1/+3 |
2012-02-26 | gitweb: Introduce esc_html_match_hl and esc_html_hl_regions | Jakub Narebski | 1 | -0/+41 |
2012-02-23 | gitweb: Faster project search | Jakub Narebski | 1 | -2/+7 |
2012-02-23 | gitweb: Option for filling only specified info in fill_project_list_info | Jakub Narebski | 1 | -8/+25 |
2012-02-23 | gitweb: Refactor checking if part of project info need filling | Jakub Narebski | 1 | -8/+26 |
2012-02-21 | Merge branch 'jn/gitweb-unborn-head' | Junio C Hamano | 1 | -2/+2 |
2012-02-20 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2012-02-19 | gitweb: Fix 'grep' search for multiple matches in file | Jakub Narebski | 1 | -1/+2 |
2012-02-17 | gitweb: Fix "heads" view when there is no current branch | Jakub Narebski | 1 | -2/+2 |
2012-02-14 | Merge branch 'bl/gitweb-project-filter' | Junio C Hamano | 1 | -1/+1 |
2012-02-12 | Merge branch 'jn/gitweb-search-utf-8' | Junio C Hamano | 1 | -7/+7 |
2012-02-12 | gitweb: Harden and improve $project_filter page title | Jakub Narebski | 1 | -1/+1 |