gitweb: Print commit message without title in commitdiff only if there is any
commit82560983997c961d9deafe0074b787c8484c2e1d
authorJakub Narebski <jnareb@gmail.com>
Tue, 24 Oct 2006 11:55:33 +0000 (24 13:55 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 25 Oct 2006 04:36:42 +0000 (24 21:36 -0700)
tree663bcf92da18012af44a0f3d02784556966c8534
parent62fae51dd57b36cfbb25c9ade539ea5a6ef5ad84
gitweb: Print commit message without title in commitdiff only if there is any

Print the rest of commit message (title, i.e. first line of commit
message, is printed separately) only if there is any.

In repository which uses signoffs this shouldn't happen, because
commit message should consist of at least title and signoff.

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