summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2012-11-28Merge branch 'rh/maint-gitweb-highlight-ext' into maintJunio C Hamano
2012-11-12gitweb: escape html in rss titleJeff King
2012-11-08gitweb.perl: fix %highlight_ext mappingsRichard Hubbell
2012-10-12gitweb.cgi: fix "comitter_tz" typo in feedDylan Alex Simon
2012-09-10Merge branch 'maint-1.7.11' into maintJunio C Hamano
2012-09-10Merge branch 'js/gitweb-path-info-unquote' into maint-1.7.11Junio C Hamano
2012-08-15gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFOJay Soffian
2012-07-24Merge branch 'nk/maint-gitweb-log-by-lines'Junio C Hamano
2012-07-05gitweb: Add support to Link: tagNamhyung Kim
2012-07-05gitweb: Handle other types of tag in git_print_logNamhyung Kim
2012-07-05gitweb: Cleanup git_print_log()Namhyung Kim
2012-04-30Merge branch 'kk/gitweb-omit-expensive'Junio C Hamano
2012-04-30Merge branch 'kk/maint-gitweb-missing-owner'Junio C Hamano
2012-04-26gitweb: Option to not display information about ownerKacper Kornet
2012-04-25gitweb: Option to omit column with time of the last changeKacper Kornet
2012-04-25gitweb: Don't set owner if got empty value from projects.listKacper Kornet
2012-04-24Merge branch 'mk/gitweb-diff-hl'Junio C Hamano
2012-04-16Merge branch 'wk/gitweb-snapshot-use-if-modified-since'Junio C Hamano
2012-04-11gitweb: Refinement highlightning in combined diffsMichał Kiedrowicz
2012-04-11gitweb: Highlight interesting parts of diffMichał Kiedrowicz
2012-04-11gitweb: Push formatting diff lines to print_diff_chunk()Michał Kiedrowicz
2012-04-11gitweb: Use print_diff_chunk() for both side-by-side and inline diffsMichał Kiedrowicz
2012-04-11gitweb: Extract print_sidebyside_diff_lines()Michał Kiedrowicz
2012-04-11gitweb: Pass esc_html_hl_regions() options to esc_html()Jakub Narębski
2012-04-11gitweb: esc_html_hl_regions(): Don't create empty <span> elementsMichał Kiedrowicz
2012-04-11gitweb: Use descriptive names in esc_html_hl_regions()Michał Kiedrowicz
2012-04-11gitweb: Fix unintended "--no-merges" for regular Atom feedSebastian Pipping
2012-03-30gitweb: add If-Modified-Since handling to git_snapshot().W. Trevor King
2012-03-30gitweb: refactor If-Modified-Since handlingW. Trevor King
2012-03-30gitweb: add `status` headers to git_feed() responses.W. Trevor King
2012-03-28correct a few doubled-word nits in comments and documentationJim Meyering
2012-03-08Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext'Junio C Hamano
2012-03-06gitweb: Fix fixed string (non-regexp) project searchJakub Narebski
2012-03-05Merge branch 'jn/gitweb-hilite-regions'Junio C Hamano
2012-03-02gitweb: Fix passing parameters to git_project_search_formJakub Narebski
2012-03-01Merge branch 'jn/maint-gitweb-invalid-regexp'Junio C Hamano
2012-02-28gitweb: Handle invalid regexp in regexp searchJakub Narebski
2012-02-27Merge branch 'jn/gitweb-search-optim'Junio C Hamano
2012-02-27gitweb: Highlight matched part of shortened project descriptionJakub Narebski
2012-02-27gitweb: Highlight matched part of project description when searching projectsJakub Narebski
2012-02-27gitweb: Highlight matched part of project name when searching projectsJakub Narebski
2012-02-27gitweb: Introduce esc_html_match_hl and esc_html_hl_regionsJakub Narebski
2012-02-23gitweb: Faster project searchJakub Narebski
2012-02-23gitweb: Option for filling only specified info in fill_project_list_infoJakub Narebski
2012-02-23gitweb: Refactor checking if part of project info need fillingJakub Narebski
2012-02-21Merge branch 'jn/gitweb-unborn-head'Junio C Hamano
2012-02-20Merge branch 'maint'Junio C Hamano
2012-02-20gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski
2012-02-17gitweb: Fix "heads" view when there is no current branchJakub Narebski
2012-02-14Merge branch 'bl/gitweb-project-filter'Junio C Hamano