]> git.ipfire.org Git - thirdparty/git.git/commit - gitweb/gitweb.perl
gitweb: Output also empty patches in "commitdiff" view
authorJakub Narebski <jnareb@gmail.com>
Tue, 31 Oct 2006 16:36:27 +0000 (17:36 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 3 Nov 2006 07:11:31 +0000 (23:11 -0800)
commit241cc599b342663877a8f468513c77518c94d96f
tree62e12080b0e4484c4eb12935f0573229924d3d51
parentc954d33da1c878788e7c01a50a5c1066622802c6
gitweb: Output also empty patches in "commitdiff" view

Remove skipping over empty patches (i.e. patches which consist solely
of extended headers) in git_patchset_body, and add links to those
header-only patches in git_difftree_body (but not generate blobdiff
links when there were no change in file contents).

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