[kgb-maintainers] Bug#721033: Bug#721033: KGB-client silently drops multi line commit message after new line

Damyan Ivanov dmn at debian.org
Tue Aug 27 12:02:39 UTC 2013


Control: tags -1 - patch

-=| victory, 27.08.2013 20:23:18 +0900 |=-
> 
> 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;

You just need to change the configuration, see 
http://kgb.alioth.debian.org/kgb-client.conf.html#single-line-commits

Of course, then you may get complains about KGB being much too verbose 
:)



More information about the kgb-maintainers mailing list