commit | 241cc599b342663877a8f468513c77518c94d96f | [log] [tgz] |
---|---|---|
author | Jakub Narebski <jnareb@gmail.com> | Tue Oct 31 17:36:27 2006 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Thu Nov 02 23:11:31 2006 -0800 |
tree | 62e12080b0e4484c4eb12935f0573229924d3d51 | |
parent | c954d33da1c878788e7c01a50a5c1066622802c6 [diff] |
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>