Currently those look very weird, you can't get easily at the commit view
etc. This patch makes their title '(no commit message)'.
Signed-off-by: Petr Baudis <redacted>
Signed-off-by: Junio C Hamano <redacted>
+ if ($co{'title'} eq "") {
+ $co{'title'} = $co{'title_short'} = '(no commit message)';
+ }
# remove added spaces
foreach my $line (@commit_lines) {
$line =~ s/^ //;
# remove added spaces
foreach my $line (@commit_lines) {
$line =~ s/^ //;