diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2014-12-24 16:08:55 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2014-12-24 16:08:55 +0000 | 
| commit | 7de0608de2dc37e48f678bf5b490f2123c6e55a4 (patch) | |
| tree | 289312eb7aa10bd1877b63fe6cfdaf6315056d12 /debian/gitlog2changelog | |
| parent | Support committer date for gitlog2changelog (diff) | |
| download | w3m-7de0608de2dc37e48f678bf5b490f2123c6e55a4.tar.gz w3m-7de0608de2dc37e48f678bf5b490f2123c6e55a4.zip | |
Add dot to end of message for gitlog2changelog
Diffstat (limited to 'debian/gitlog2changelog')
| -rwxr-xr-x | debian/gitlog2changelog | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/debian/gitlog2changelog b/debian/gitlog2changelog index dd06226..be57518 100755 --- a/debian/gitlog2changelog +++ b/debian/gitlog2changelog @@ -71,6 +71,7 @@ sub print_entry {  	print "$files_lines";      } +    $comment =~ s/\.?[ \t]*\n/.\n/;      $comment =~ s/\n([ \t]*\n)+/\n/g;      $comment =~ s/\n+$//;      $comment =~ s/\n/\n\t/g; | 
