gitweb: fix project list if PATH_INFO=="/".
[gitweb.git] / gitweb / gitweb.perl
2006-08-17 gitweb: fix project list if PATH_INFO=="/".
2006-08-17 gitweb: support for / as home_link.
2006-08-17 gitweb: support for "fp" parameter.
2006-08-17 gitweb: continue consolidation of URL generation.
2006-08-17 gitweb: Uniquify version info output, add meta generato...
2006-08-17 Merge branch 'jc/format-patch'
2006-08-16 Merge branch 'jc/racy'
2006-08-16 Merge branch 'maint'
2006-08-16 gitweb: Add support for per project git URLs
2006-08-16 gitweb: consolidate action URL generation.
2006-08-16 gitweb: provide function to format the URL for an actio...
2006-08-16 gitweb: Show project's git URL on summary page
2006-08-16 Merge branch 'maint'
2006-08-15 gitweb: configurable home link string
2006-08-15 gitweb: Separate printing difftree in git_commit into...
2006-08-15 gitweb: True fix: Support for the standard mime.types...
2006-08-15 gitweb: Skip comments in mime.types like file
2006-08-15 gitweb: Change appereance of marker of refs pointing...
2006-08-15 gitweb: Separate finding project owner into git_get_pro...
2006-08-15 gitweb: Separate main part of git_history into git_hist...
2006-08-15 gitweb: Refactor printing shortened title in git_shortl...
2006-08-14 gitweb: Separate ref parsing in git_get_refs_list into...
2006-08-14 gitweb: Great subroutines renaming
2006-08-14 Merge branch 'maint'
2006-08-13 Merge branch 'jc/upload-pack'
2006-08-13 Merge branch 'jc/racy-delay'
2006-08-13 Merge branch 'th/diff-extra'
2006-08-13 Merge branch 'jc/pack-objects'
2006-08-13 Merge branch 'js/read-tree'
2006-08-13 Merge branch 'js/http-mb'
2006-08-13 Merge branch 'js/color-diff'
2006-08-13 Merge branch 'jn/web'
2006-08-13 Merge branch 'lt/web'
2006-08-10 gitweb: Whitespace cleanup - tabs are for indent, space...
2006-08-08 gitweb: blame table row no highlight fix
2006-08-08 gitweb: bugfix: git_commit and git_commitdiff parents
2006-08-08 gitweb: Remove unused variables in git_shortlog_body...
2006-08-06 gitweb: fix $project usage
2006-08-06 gitweb: fix commitdiff_plain for root commits
2006-08-06 gitweb: Skip nonmatching lines in difftree output,...
2006-08-06 gitweb: fix commitdiff for root commits
2006-08-06 gitweb: check if HTTP_ACCEPT is really set
2006-08-06 gitweb: Refactor untabifying - converting tabs to spaces
2006-08-06 gitweb: Inline $rss_link
2006-08-06 gitweb: PATH_INFO=/ means no project
2006-08-06 gitweb: No error messages with unescaped/unprotected...
2006-08-06 gitweb: No periods for error messages
2006-08-06 gitweb: Cleanup and uniquify error messages
2006-08-06 gitweb: Don't undefine query parameter related variable...
2006-08-06 gitweb: Use undef for die_error to use default first...
2006-08-06 gitweb: die_error first (optional) parameter is HTTP...
2006-08-06 gitweb: Separate input validation and dispatch, add...
2006-08-05 gitweb: git_tree displays blame based on repository...
2006-08-02 gitweb: do not use @@FOO@@ for replaced tokens
2006-08-02 gitweb: require $ENV{'GITWEB_CONFIG'}
2006-08-02 gitweb: optionally read config from GITWEB_CONFIG
2006-08-01 gitweb: use out-of-line GIT logo.
2006-08-01 gitweb: fill in gitweb configuration by Makefile