summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2009-02-08Merge branch 'maint'Junio C Hamano-3/+27
2009-02-08gitweb: add $prevent_xss option to prevent XSS by repository contentMatt McCutchen-3/+27
2009-02-07gitweb: Better regexp for SHA-1 committag matchJakub Narebski-1/+1
2009-02-01gitweb: Update README that gitweb works better with PATH_INFOJakub Narebski-6/+4
2009-01-30gitweb: align comments to codeGiuseppe Bilotta-4/+4
2009-01-30gitweb: webserver config for PATH_INFOGiuseppe Bilotta-0/+76
2009-01-30gitweb: make static files accessible with PATH_INFOGiuseppe Bilotta-0/+5
2009-01-28gitweb: check if-modified-since for feedsGiuseppe Bilotta-1/+19
2009-01-28gitweb: last-modified time should be commiter, not authorGiuseppe Bilotta-1/+1
2009-01-28gitweb: rss channel dateGiuseppe Bilotta-0/+4
2009-01-28gitweb: rss feed managingEditorGiuseppe Bilotta-1/+3
2009-01-28gitweb: feed generator metadataGiuseppe Bilotta-0/+2
2009-01-28gitweb: channel image in rss feedGiuseppe Bilotta-0/+10
2009-01-17Merge branch 'gb/gitweb-opml'Junio C Hamano-3/+7
2009-01-17Merge branch 'gb/gitweb-patch'Junio C Hamano-3/+110
2009-01-10gitweb: suggest name for OPML viewGiuseppe Bilotta-1/+5
2009-01-07Merge branch 'mk/gitweb-feature'Junio C Hamano-32/+9
2009-01-07Merge branch 'jn/gitweb-blame'Junio C Hamano-35/+51
2009-01-06gitweb: don't use pathinfo for global actionsGiuseppe Bilotta-2/+2
2009-01-05gitweb: use href() when generating URLs in OPMLGiuseppe Bilotta-2/+2
2008-12-27gitweb: Fix export check in git_get_projects_listDevin Doucette-2/+3
2008-12-21gitweb: link to patch(es) view in commit(diff) and (short)log viewGiuseppe Bilotta-2/+28
2008-12-21gitweb: add patches viewGiuseppe Bilotta-1/+14
2008-12-21gitweb: change call pattern for git_commitdiffGiuseppe Bilotta-3/+4
2008-12-21gitweb: add patch viewGiuseppe Bilotta-1/+68
2008-12-16gitweb: do not run "git diff" that is PorcelainJunio C Hamano-37/+3
2008-12-15gitweb: unify boolean feature subroutinesMatt Kraai-32/+9
2008-12-10gitweb: cache $parent_commit info in git_blame()Jakub Narebski-5/+11
2008-12-10gitweb: A bit of code cleanup in git_blame()Jakub Narebski-28/+39
2008-12-09gitweb: Move 'lineno' id from link to row element in git_blameJakub Narebski-2/+1
2008-12-08gitweb: Fix bug in insert_file() subroutineJakub Narebski-1/+1
2008-12-07Merge branch 'maint'Junio C Hamano-0/+1
2008-12-07gitweb: Make project specific override for 'grep' feature workJakub Narebski-0/+1
2008-12-03Merge branch 'jn/gitweb-utf8'Junio C Hamano-16/+16
2008-12-02gitweb: Fix handling of non-ASCII characters in inserted HTML filesJakub Narebski-16/+16
2008-12-02Update comment on gitweb_check/get_featureGiuseppe Bilotta-1/+3
2008-11-30gitweb: make gitweb_check_feature a boolean wrapperGiuseppe Bilotta-20/+36
2008-11-30gitweb: rename gitweb_check_feature to gitweb_get_featureJunio C Hamano-23/+23
2008-11-30gitweb: fix 'ctags' feature check and othersJunio C Hamano-7/+7
2008-11-12Merge branch 'jn/gitweb-customlinks'Junio C Hamano-7/+12
2008-11-12Merge branch 'gb/gitweb-snapshot-pathinfo'Junio C Hamano-8/+63
2008-11-06gitweb: Fix mod_perl support.Alexander Gavrilov-6/+6
2008-11-06gitweb: Add a per-repository authorization hook.Alexander Gavrilov-1/+28
2008-11-06gitweb: Use single implementation of export_ok check.Alexander Gavrilov-2/+1
2008-11-05Merge branch 'jc/gitweb-fix-cloud-tag'Junio C Hamano-1/+5
2008-11-02gitweb: embed snapshot format parameter in PATH_INFOGiuseppe Bilotta-0/+17
2008-11-02gitweb: retrieve snapshot format from PATH_INFOGiuseppe Bilotta-0/+39
2008-11-02gitweb: make the supported snapshot formats array globalGiuseppe Bilotta-8/+7
2008-10-25gitweb: generate parent..current URLsGiuseppe Bilotta-4/+24
2008-10-25gitweb: parse parent..current syntax from PATH_INFOGiuseppe Bilotta-2/+34