Package: kgb-client
Severity: normal
Tags: patch

This patch just removes the "\n" char which is printed on IRC when multiline
template is used, to really provide a multiline template.
This has been successfully tested

You have to apply patch from bug #772749 first



-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From a355271901e2b6aa2fc6a3982426a40055346446 Mon Sep 17 00:00:00 2001
From: Pierre Schweitzer <pie...@reactos.org>
Date: Wed, 10 Dec 2014 19:57:36 +0100
Subject: [PATCH] The char \n will be displayed that way on IRC instead of
 going to the next line. Just going to the next line work

---
 script/kgb-client | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/script/kgb-client b/script/kgb-client
index dad2a2f..c25b4fc 100755
--- a/script/kgb-client
+++ b/script/kgb-client
@@ -223,7 +223,8 @@ $single_line_commits = 'auto';
 $use_color           = 1;
 $msg_template = '${{author-name} }${{branch} }${{commit} }${{module}}${ {changes}}${ {log-first-line}}${ * {web-link}}';
 # multi-line notifications
-# $msg_template = '${{author-name} }${{branch} }${{commit} }${{module}}${ {changes}}${ * {web-link}}${\n{log}}';
+# $msg_template = '${{author-name} }${{branch} }${{commit} }${{module}}${ {changes}}${ * {web-link}}
+# ${{log}}';
 
 Getopt::Long::Configure('pass_through');
 
-- 
1.9.1

Reply via email to