]> git.ipfire.org Git - thirdparty/git.git/commit - git-archimport.perl
git-archimport: support empty summaries, put summary on a single line.
authorPaolo Bonzini <paolo.bonzini@lu.unisi.ch>
Wed, 28 Feb 2007 20:02:02 +0000 (21:02 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Feb 2007 20:38:08 +0000 (12:38 -0800)
commita94f457e89f78a5a15e63417abdb281ce655f986
tree61f3350dd43e18968db1060a697d95aee821ce36
parent2c46759db757eb742590e8547cb0c63e8bdb1da1
git-archimport: support empty summaries, put summary on a single line.

Don't fail if the summary line in an arch commit is empty.  In this case,
try to use the first line in the commit message followed by an ellipsis.
In addition, if the summary is multi-line, it is joined on a single line.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-archimport.perl