aboutsummaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAge
...
| * | | | | | Merge branch 'rh/maint-gitweb-highlight-ext' into maintJunio C Hamano2012-11-28
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'pp/gitweb-config-underscore'Junio C Hamano2012-11-29
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: make remote_heads config setting workPhil Pennock2012-11-21
* | | | | | | | | Merge branch 'jk/maint-gitweb-xss'Junio C Hamano2012-11-20
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | |_|/ / / / / / |/| | | | | | |
| * | | | | | | gitweb: escape html in rss titleJeff King2012-11-12
| |/ / / / / /
* | | | | | | gitweb.perl: fix %highlight_ext mappingsRichard Hubbell2012-11-08
|/ / / / / /
* | | | | | gitweb.cgi: fix "comitter_tz" typo in feedDylan Alex Simon2012-10-12
* | | | | | Merge branch 'maint-1.7.11' into maintJunio C Hamano2012-09-10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'js/gitweb-path-info-unquote' into maint-1.7.11Junio C Hamano2012-09-10
| |\ \ \ \ \ \
| | * | | | | | gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFOJay Soffian2012-08-15
* | | | | | | | Merge branch 'nk/maint-gitweb-log-by-lines'Junio C Hamano2012-07-23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | gitweb: Add support to Link: tagNamhyung Kim2012-07-05
| * | | | | | | gitweb: Handle other types of tag in git_print_logNamhyung Kim2012-07-05
| * | | | | | | gitweb: Cleanup git_print_log()Namhyung Kim2012-07-05
| |/ / / / / /
* | | | | | | Merge branch 'kk/gitweb-omit-expensive'Junio C Hamano2012-04-29
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Option to not display information about ownerKacper Kornet2012-04-26
| * | | | | | | gitweb: Option to omit column with time of the last changeKacper Kornet2012-04-25
* | | | | | | | Merge branch 'kk/maint-gitweb-missing-owner'Junio C Hamano2012-04-29
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | gitweb: Don't set owner if got empty value from projects.listKacper Kornet2012-04-25
| |/ / / / / /
* | | | | | | Merge branch 'mk/gitweb-diff-hl'Junio C Hamano2012-04-24
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Refinement highlightning in combined diffsMichał Kiedrowicz2012-04-11
| * | | | | | | gitweb: Highlight interesting parts of diffMichał Kiedrowicz2012-04-11
| * | | | | | | gitweb: Push formatting diff lines to print_diff_chunk()Michał Kiedrowicz2012-04-11
| * | | | | | | gitweb: Use print_diff_chunk() for both side-by-side and inline diffsMichał Kiedrowicz2012-04-11
| * | | | | | | gitweb: Extract print_sidebyside_diff_lines()Michał Kiedrowicz2012-04-11
| * | | | | | | gitweb: Pass esc_html_hl_regions() options to esc_html()Jakub Narębski2012-04-11
| * | | | | | | gitweb: esc_html_hl_regions(): Don't create empty <span> elementsMichał Kiedrowicz2012-04-11
| * | | | | | | gitweb: Use descriptive names in esc_html_hl_regions()Michał Kiedrowicz2012-04-11
| |/ / / / / /
* | | | | | | Merge branch 'wk/gitweb-snapshot-use-if-modified-since'Junio C Hamano2012-04-16
|\ \ \ \ \ \ \
| * | | | | | | gitweb: add If-Modified-Since handling to git_snapshot().W. Trevor King2012-03-30
| * | | | | | | gitweb: refactor If-Modified-Since handlingW. Trevor King2012-03-30
| * | | | | | | gitweb: add `status` headers to git_feed() responses.W. Trevor King2012-03-30
* | | | | | | | gitweb: Fix unintended "--no-merges" for regular Atom feedSebastian Pipping2012-04-11
| |/ / / / / / |/| | | | | |
* | | | | | | correct a few doubled-word nits in comments and documentationJim Meyering2012-03-28
|/ / / / / /
* | | | | | Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext'Junio C Hamano2012-03-08
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | gitweb: Fix fixed string (non-regexp) project searchJakub Narebski2012-03-06
* | | | | | Merge branch 'jn/gitweb-hilite-regions'Junio C Hamano2012-03-04
|\ \ \ \ \ \
| * | | | | | gitweb: Highlight matched part of shortened project descriptionJakub Narebski2012-02-26
| * | | | | | gitweb: Highlight matched part of project description when searching projectsJakub Narebski2012-02-26
| * | | | | | gitweb: Highlight matched part of project name when searching projectsJakub Narebski2012-02-26
| * | | | | | gitweb: Introduce esc_html_match_hl and esc_html_hl_regionsJakub Narebski2012-02-26
* | | | | | | gitweb: Fix passing parameters to git_project_search_formJakub Narebski2012-03-02
* | | | | | | Merge branch 'jn/maint-gitweb-invalid-regexp'Junio C Hamano2012-03-01
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | gitweb: Handle invalid regexp in regexp searchJakub Narebski2012-02-28
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'ps/gitweb-js-with-lineno' into maint-1.7.6Junio C Hamano2011-10-26
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jn/mime-type-with-params' into maintJunio C Hamano2011-08-16
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jn/gitweb-search-optim'Junio C Hamano2012-02-26
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | gitweb: Faster project searchJakub Narebski2012-02-23
| * | | | | | | gitweb: Option for filling only specified info in fill_project_list_infoJakub Narebski2012-02-23
| * | | | | | | gitweb: Refactor checking if part of project info need fillingJakub Narebski2012-02-23