aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb/gitweb.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-22Merge branch 'js/gitweb-path-info-unquote'Junio C Hamano1-0/+5
2012-08-15gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFOJay Soffian1-0/+5
2012-07-23Merge branch 'nk/maint-gitweb-log-by-lines'Junio C Hamano1-15/+18
2012-07-05gitweb: Add support to Link: tagNamhyung Kim1-0/+10
2012-07-05gitweb: Handle other types of tag in git_print_logNamhyung Kim1-1/+1
2012-07-05gitweb: Cleanup git_print_log()Namhyung Kim1-14/+7
2012-04-29Merge branch 'kk/gitweb-omit-expensive'Junio C Hamano1-10/+25
2012-04-29Merge branch 'kk/maint-gitweb-missing-owner'Junio C Hamano1-2/+4
2012-04-26gitweb: Option to not display information about ownerKacper Kornet1-6/+15
2012-04-25gitweb: Option to omit column with time of the last changeKacper Kornet1-5/+11
2012-04-25gitweb: Don't set owner if got empty value from projects.listKacper Kornet1-2/+4
2012-04-24Merge branch 'mk/gitweb-diff-hl'Junio C Hamano1-87/+236
2012-04-16Merge branch 'wk/gitweb-snapshot-use-if-modified-since'Junio C Hamano1-26/+39
2012-04-11gitweb: Refinement highlightning in combined diffsMichał Kiedrowicz1-13/+42
2012-04-11gitweb: Highlight interesting parts of diffMichał Kiedrowicz1-12/+95
2012-04-11gitweb: Push formatting diff lines to print_diff_chunk()Michał Kiedrowicz1-19/+18
2012-04-11gitweb: Use print_diff_chunk() for both side-by-side and inline diffsMichał Kiedrowicz1-16/+39
2012-04-11gitweb: Extract print_sidebyside_diff_lines()Michał Kiedrowicz1-45/+51
2012-04-11gitweb: Pass esc_html_hl_regions() options to esc_html()Jakub Narębski1-4/+7
2012-04-11gitweb: esc_html_hl_regions(): Don't create empty <span> elementsMichał Kiedrowicz1-0/+3
2012-04-11gitweb: Use descriptive names in esc_html_hl_regions()Michał Kiedrowicz1-5/+8
2012-04-11gitweb: Fix unintended "--no-merges" for regular Atom feedSebastian Pipping1-0/+1
2012-03-30gitweb: add If-Modified-Since handling to git_snapshot().W. Trevor King1-0/+10
2012-03-30gitweb: refactor If-Modified-Since handlingW. Trevor King1-28/+29
2012-03-30gitweb: add `status` headers to git_feed() responses.W. Trevor King1-2/+4
2012-03-08Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext'Junio C Hamano1-9/+9
2012-03-06gitweb: Fix fixed string (non-regexp) project searchJakub Narebski1-8/+8
2012-03-04Merge branch 'jn/gitweb-hilite-regions'Junio C Hamano1-3/+92
2012-03-02gitweb: Fix passing parameters to git_project_search_formJakub Narebski1-1/+1
2012-03-01Merge branch 'jn/maint-gitweb-invalid-regexp'Junio C Hamano1-1/+10
2012-02-28gitweb: Handle invalid regexp in regexp searchJakub Narebski1-1/+10
2012-02-26Merge branch 'jn/gitweb-search-optim'Junio C Hamano1-13/+53
2012-02-26gitweb: Highlight matched part of shortened project descriptionJakub Narebski1-5/+47
2012-02-26gitweb: Highlight matched part of project description when searching projectsJakub Narebski1-2/+6
2012-02-26gitweb: Highlight matched part of project name when searching projectsJakub Narebski1-1/+3
2012-02-26gitweb: Introduce esc_html_match_hl and esc_html_hl_regionsJakub Narebski1-0/+41
2012-02-23gitweb: Faster project searchJakub Narebski1-2/+7
2012-02-23gitweb: Option for filling only specified info in fill_project_list_infoJakub Narebski1-8/+25
2012-02-23gitweb: Refactor checking if part of project info need fillingJakub Narebski1-8/+26
2012-02-21Merge branch 'jn/gitweb-unborn-head'Junio C Hamano1-2/+2
2012-02-20Merge branch 'maint'Junio C Hamano1-1/+2
2012-02-19gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski1-1/+2
2012-02-17gitweb: Fix "heads" view when there is no current branchJakub Narebski1-2/+2
2012-02-14Merge branch 'bl/gitweb-project-filter'Junio C Hamano1-1/+1
2012-02-12Merge branch 'jn/gitweb-search-utf-8'Junio C Hamano1-7/+7
2012-02-12gitweb: Harden and improve $project_filter page titleJakub Narebski1-1/+1
2012-02-07Merge branch 'bl/gitweb-project-filter'Junio C Hamano1-19/+89
2012-02-03gitweb: Allow UTF-8 encoded CGI query parameters and path_infoJakub Narebski1-8/+8
2012-02-01gitweb: Make project search respect project_filterJakub Narebski1-5/+13
2012-02-01gitweb: improve usability of projects search formJakub Narebski1-5/+22