gitweb: Use underscore instead of hyphen to separate words in HTTP headers names
authorJakub Narebski <jnareb@gmail.com>
Tue, 22 Aug 2006 14:55:34 +0000 (16:55 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 Aug 2006 23:05:09 +0000 (16:05 -0700)
Use underscore (which will be turned into hyphen) to separate words in
HTTP header names, in keys to CGI header() method, consistently.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found