author | Jakub Narebski <jnareb@gmail.com> | |
Wed, 3 Jan 2007 19:47:25 +0000 (20:47 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 3 Jan 2007 20:19:20 +0000 (12:19 -0800) | ||
commit | 1ebb948f656c03a5bdaab4de1a113b9ffcb98bea | |
tree | a9963e443bbc0700ca14a7151d5efb97a4389bd2 | tree | snapshot |
parent | 6e72cf43a7b19bca62cebee5b1e4f43943c3b6fb | commit | diff |
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>
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 | diff | blob | history |