summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | gitweb: Don't set owner if got empty value from projects.listKacper Kornet2012-04-251-2/+4
| |/ / / / / /
* | | | | | | Merge branch 'mk/gitweb-diff-hl'Junio C Hamano2012-04-242-87/+244
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Refinement highlightning in combined diffsMichał Kiedrowicz2012-04-111-13/+42
| * | | | | | | gitweb: Highlight interesting parts of diffMichał Kiedrowicz2012-04-112-12/+103
| * | | | | | | gitweb: Push formatting diff lines to print_diff_chunk()Michał Kiedrowicz2012-04-111-19/+18
| * | | | | | | gitweb: Use print_diff_chunk() for both side-by-side and inline diffsMichał Kiedrowicz2012-04-111-16/+39
| * | | | | | | gitweb: Extract print_sidebyside_diff_lines()Michał Kiedrowicz2012-04-111-45/+51
| * | | | | | | gitweb: Pass esc_html_hl_regions() options to esc_html()Jakub Narębski2012-04-111-4/+7
| * | | | | | | gitweb: esc_html_hl_regions(): Don't create empty <span> elementsMichał Kiedrowicz2012-04-111-0/+3
| * | | | | | | gitweb: Use descriptive names in esc_html_hl_regions()Michał Kiedrowicz2012-04-111-5/+8
| |/ / / / / /
* | | | | | | Merge branch 'wk/gitweb-snapshot-use-if-modified-since'Junio C Hamano2012-04-161-26/+39
|\ \ \ \ \ \ \
| * | | | | | | gitweb: add If-Modified-Since handling to git_snapshot().W. Trevor King2012-03-301-0/+10
| * | | | | | | gitweb: refactor If-Modified-Since handlingW. Trevor King2012-03-301-28/+29
| * | | | | | | gitweb: add `status` headers to git_feed() responses.W. Trevor King2012-03-301-2/+4
* | | | | | | | gitweb: Fix unintended "--no-merges" for regular Atom feedSebastian Pipping2012-04-111-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | correct a few doubled-word nits in comments and documentationJim Meyering2012-03-281-1/+1
|/ / / / / /
* | | | | | Merge branch 'jn/maint-do-not-match-with-unsanitized-searchtext'Junio C Hamano2012-03-081-9/+9
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | gitweb: Fix fixed string (non-regexp) project searchjn/maint-do-not-match-with-unsanitized-searchtextJakub Narebski2012-03-061-8/+8
* | | | | | Merge branch 'jn/gitweb-hilite-regions'Junio C Hamano2012-03-041-3/+92
|\ \ \ \ \ \
| * | | | | | gitweb: Highlight matched part of shortened project descriptionjn/gitweb-hilite-regionsJakub Narebski2012-02-261-5/+47
| * | | | | | gitweb: Highlight matched part of project description when searching projectsJakub Narebski2012-02-261-2/+6
| * | | | | | gitweb: Highlight matched part of project name when searching projectsJakub Narebski2012-02-261-1/+3
| * | | | | | gitweb: Introduce esc_html_match_hl and esc_html_hl_regionsJakub Narebski2012-02-261-0/+41
* | | | | | | gitweb: Fix passing parameters to git_project_search_formJakub Narebski2012-03-021-1/+1
* | | | | | | Merge branch 'jn/maint-gitweb-invalid-regexp'Junio C Hamano2012-03-011-1/+10
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | gitweb: Handle invalid regexp in regexp searchjn/maint-gitweb-invalid-regexpJakub Narebski2012-02-281-1/+10
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'ps/gitweb-js-with-lineno' into maint-1.7.6Junio C Hamano2011-10-261-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jn/mime-type-with-params' into maintJunio C Hamano2011-08-161-1/+10
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jn/gitweb-search-optim'Junio C Hamano2012-02-261-13/+53
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | gitweb: Faster project searchjn/gitweb-search-optimJakub Narebski2012-02-231-2/+7
| * | | | | | | gitweb: Option for filling only specified info in fill_project_list_infoJakub Narebski2012-02-231-8/+25
| * | | | | | | gitweb: Refactor checking if part of project info need fillingJakub Narebski2012-02-231-8/+26
* | | | | | | | Merge branch 'jn/gitweb-unborn-head'Junio C Hamano2012-02-211-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | gitweb: Fix "heads" view when there is no current branchjn/gitweb-unborn-headJakub Narebski2012-02-171-2/+2
* | | | | | | | Merge branch 'maint'Junio C Hamano2012-02-201-1/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski2012-02-191-1/+2
* | | | | | | Merge branch 'bl/gitweb-project-filter'Junio C Hamano2012-02-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Harden and improve $project_filter page titlebl/gitweb-project-filterJakub Narebski2012-02-121-1/+1
* | | | | | | | Merge branch 'jn/gitweb-search-utf-8'Junio C Hamano2012-02-121-7/+7
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | gitweb: Allow UTF-8 encoded CGI query parameters and path_infojn/gitweb-search-utf-8Jakub Narebski2012-02-031-8/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'bl/gitweb-project-filter'Junio C Hamano2012-02-072-20/+95
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | gitweb: Make project search respect project_filterJakub Narebski2012-02-011-5/+13
| * | | | | | gitweb: improve usability of projects search formJakub Narebski2012-02-012-6/+28
| * | | | | | gitweb: place links to parent directories in page headerBernhard R. Link2012-02-011-1/+4
| * | | | | | gitweb: show active project_filter in project_list page headerBernhard R. Link2012-02-011-0/+14
| * | | | | | gitweb: limit links to alternate forms of project_list to active project_filterBernhard R. Link2012-02-011-2/+4
| * | | | | | gitweb: add project_filter to limit project list to a subdirectoryBernhard R. Link2012-02-011-6/+25
| * | | | | | gitweb: prepare git_get_projects_list for use outside 'forks'.Bernhard R. Link2012-02-011-1/+6
| * | | | | | gitweb: move hard coded .git suffix out of git_get_projects_listBernhard R. Link2012-02-011-4/+6
| |/ / / / /
* | | | | | Merge branch 'jn/gitweb-unspecified-action'Junio C Hamano2012-01-291-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |