Your message dated Tue, 18 Sep 2018 16:12:30 +0000
with message-id <[email protected]>
and subject line Re: Bug#721033: KGB-client silently drops multi line commit
message after new line
has caused the Debian Bug report #721033,
regarding KGB-client silently drops multi line commit message after new line
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
721033: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721033
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
Commit.pm.patch
Description: Binary data
--- End Message ---
--- Begin Message ---
-=| Damyan Ivanov, 27.08.2013 15:02:39 +0300 |=-
> Control: tags -1 - patch
>
> 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
> :)
So this is not a bug, but a misconfiguration. Closing.
-- dam
--- End Message ---