gitweb: There can be empty patches (in git_patchset_body)
commit1ebb948f656c03a5bdaab4de1a113b9ffcb98bea
authorJakub Narebski <jnareb@gmail.com>
Wed, 3 Jan 2007 19:47:25 +0000 (3 20:47 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Jan 2007 20:19:20 +0000 (3 12:19 -0800)
treea9963e443bbc0700ca14a7151d5efb97a4389bd2
parent6e72cf43a7b19bca62cebee5b1e4f43943c3b6fb
gitweb: There can be empty patches (in git_patchset_body)

We now do not skip over empty patches in git_patchset_body
(where empty means that they consist only of git diff header,
and of extended diff header), so uncomment branch of code dealing
with empty patches (patches which do not have even two-line
from/to header)

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl