]> git.ipfire.org Git - thirdparty/git.git/commit - git-archimport.perl
Make git-archimport log entries more consistent
authorMiles Bader <miles@gnu.org>
Thu, 30 Aug 2007 01:56:56 +0000 (21:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Aug 2007 02:22:02 +0000 (19:22 -0700)
commit608403d7a522adb3f8c0244956a332ed1b286668
treefa8e5d293ad43c511395e064d75464dc8b659d07
parent9e2d57a04ac42c7450e78668ee7037b35d56f7c3
Make git-archimport log entries more consistent

When appending the "git-archimport-id:" line to the end of log entries,
git-archimport would use two blank lines as a separator when there was no
body in the arch log (only a Summary: line), and zero blank lines when there
was a body (making it hard to see the break between the actual log message
and the git-archimport-id: line).

This patch makes git-archimport generate one blank line as a separator in all
cases.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-archimport.perl