Package: kgb-client
Severity: wishlist
Tags: patch

KGB-client silently drops multi line commit message after a new line character

eg:
http://anonscm.debian.org/viewvc/ddp/manuals/trunk/debian-faq/po4a/po/ja.po?view=log

the message was:
[debian-faq] 
translated by victory, 
reviewed by kano, ZnZ and Kaneko

what KGB-client said was:
19:35 KGB-2 > victory .deb 10228  ja.po [debian-faq] 

assumed $self->log has complete message, something like this?
     my $log = $self->log;
+    $log =~ s/\x0D\x0A|\x0D|\x0A/ /g;

-- 
victory

Attachment: Commit.pm.patch
Description: Binary data

Reply via email to