summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
Commit message (Expand)AuthorAgeFilesLines
* gitweb: No periods for error messagesJakub Narebski2006-08-061-46/+46
* gitweb: Cleanup and uniquify error messagesJakub Narebski2006-08-061-6/+6
* gitweb: Don't undefine query parameter related variables before die_errorJakub Narebski2006-08-061-16/+5
* gitweb: Use undef for die_error to use default first (status) parameter valueJakub Narebski2006-08-061-1/+1
* gitweb: die_error first (optional) parameter is HTTP statusJakub Narebski2006-08-061-2/+2
* gitweb: Separate input validation and dispatch, add comment about opml actionJakub Narebski2006-08-061-0/+2
* gitweb: git_tree displays blame based on repository configLuben Tuikov2006-08-041-3/+6
* gitweb: do not use @@FOO@@ for replaced tokensJunio C Hamano2006-08-021-9/+9
* gitweb: require $ENV{'GITWEB_CONFIG'}Matthias Lederhofer2006-08-021-1/+1
* gitweb: optionally read config from GITWEB_CONFIGJeff King2006-08-021-7/+12
* gitweb: use out-of-line GIT logo.Martin Waitz2006-08-011-25/+4
* gitweb: fill in gitweb configuration by MakefileMartin Waitz2006-08-011-0/+2597