gitweb: Whitespace cleanup - tabs are for indent, spaces are for align
[gitweb.git] / gitweb / gitweb.perl
2006-08-10 gitweb: Whitespace cleanup - tabs are for indent, space...
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