summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2008-12-27gitweb: Fix export check in git_get_projects_listDevin Doucette
2008-12-21gitweb: link to patch(es) view in commit(diff) and (short)log viewGiuseppe Bilotta
2008-12-21gitweb: add patches viewGiuseppe Bilotta
2008-12-21gitweb: change call pattern for git_commitdiffGiuseppe Bilotta
2008-12-21gitweb: add patch viewGiuseppe Bilotta
2008-12-16gitweb: do not run "git diff" that is PorcelainJunio C Hamano
2008-12-15gitweb: unify boolean feature subroutinesMatt Kraai
2008-12-10gitweb: cache $parent_commit info in git_blame()Jakub Narebski
2008-12-10gitweb: A bit of code cleanup in git_blame()Jakub Narebski
2008-12-09gitweb: Move 'lineno' id from link to row element in git_blameJakub Narebski
2008-12-08gitweb: Fix bug in insert_file() subroutineJakub Narebski
2008-12-07Merge branch 'maint'Junio C Hamano
2008-12-07gitweb: Make project specific override for 'grep' feature workJakub Narebski
2008-12-03Merge branch 'jn/gitweb-utf8'Junio C Hamano
2008-12-02gitweb: Fix handling of non-ASCII characters in inserted HTML filesJakub Narebski
2008-12-02Update comment on gitweb_check/get_featureGiuseppe Bilotta
2008-11-30gitweb: make gitweb_check_feature a boolean wrapperGiuseppe Bilotta
2008-11-30gitweb: rename gitweb_check_feature to gitweb_get_featureJunio C Hamano
2008-11-30gitweb: fix 'ctags' feature check and othersJunio C Hamano
2008-11-12Merge branch 'jn/gitweb-customlinks'Junio C Hamano
2008-11-12Merge branch 'gb/gitweb-snapshot-pathinfo'Junio C Hamano
2008-11-06gitweb: Fix mod_perl support.Alexander Gavrilov
2008-11-06gitweb: Add a per-repository authorization hook.Alexander Gavrilov
2008-11-06gitweb: Use single implementation of export_ok check.Alexander Gavrilov
2008-11-05Merge branch 'jc/gitweb-fix-cloud-tag'Junio C Hamano
2008-11-02gitweb: embed snapshot format parameter in PATH_INFOGiuseppe Bilotta
2008-11-02gitweb: retrieve snapshot format from PATH_INFOGiuseppe Bilotta
2008-11-02gitweb: make the supported snapshot formats array globalGiuseppe Bilotta
2008-10-25gitweb: generate parent..current URLsGiuseppe Bilotta
2008-10-25gitweb: parse parent..current syntax from PATH_INFOGiuseppe Bilotta
2008-10-25gitweb: use_pathinfo filenames start with /Giuseppe Bilotta
2008-10-25gitweb: generate project/action/hash URLsGiuseppe Bilotta
2008-10-25gitweb: parse project/action/hash_base:filename PATH_INFOGiuseppe Bilotta
2008-10-14Fix reading of cloud tagsJunio C Hamano
2008-10-12gitweb: refactor input parameters parse/validationGiuseppe Bilotta
2008-10-12gitweb: Better processing format string in custom links in navbarJakub Narebski
2008-10-03Merge branch 'pb/gitweb-tagcloud' into pb/gitwebShawn O. Pearce
2008-10-03gitweb: Support for simple project search formPetr Baudis
2008-10-03gitweb: Make the by_tag filter delve in forks as wellPetr Baudis
2008-10-03gitweb: Support for tag cloudsPetr Baudis
2008-10-02gitweb: Add support for extending the action bar with custom linksPetr Baudis
2008-10-02Merge branch 'maint'Shawn O. Pearce
2008-10-02gitweb: Fix two 'uninitialized value' warnings in git_tree()Jakub Narebski
2008-10-02gitweb: Identify all summary metadata table rowsPetr Baudis
2008-10-02gitweb: remove PATH_INFO from $my_url and $my_uriGiuseppe Bilotta
2008-10-02gitweb: Quote non-displayable characters in hex, not octalPetr Baudis
2008-10-01gitweb: Sort the list of forks on the summary page by ageMike Ralphson
2008-10-01gitweb: Clean-up sorting of project listPetr Baudis
2008-09-25gitweb: shortlog now also obeys $hash_parentGiuseppe Bilotta
2008-09-18Merge branch 'maint'Junio C Hamano