t/gitweb-lib.sh: Split gitweb output into headers and body
commit46e09f310567b680c03151e048bf2b7e847611e2
authorJakub Narebski <jnareb@gmail.com>
Thu, 29 Oct 2009 22:07:41 +0000 (29 23:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2009 23:34:49 +0000 (30 16:34 -0700)
tree43a70ed10f0c1a8c3fe299a6fd780f113440a445
parentfdb0c36e903d13c184f9a465035c75565c5c072a
t/gitweb-lib.sh: Split gitweb output into headers and body

Save HTTP headers into gitweb.headers, and the body of message into
gitweb.body in gitweb_run()

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/gitweb-lib.sh