From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: bug#25969: guix-patches debbugs appears to mangle patches Date: Sun, 5 Mar 2017 12:34:13 +0000 Message-ID: <20170305123413.r6agl3chv5344wg2@abyayala> References: <20170304225456.GB19780@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckUIg-00062T-Ua for bug-guix@gnu.org; Sun, 05 Mar 2017 06:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckUId-0003Ey-0q for bug-guix@gnu.org; Sun, 05 Mar 2017 06:26:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42369) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckUIc-0003Eq-Ov for bug-guix@gnu.org; Sun, 05 Mar 2017 06:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ckUIc-0006Uw-Ej for bug-guix@gnu.org; Sun, 05 Mar 2017 06:26:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20170304225456.GB19780@jasmine> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 25969@debbugs.gnu.org On 17-03-04 17:54:56, Leo Famulari wrote: > Git has a simple workflow for using email, with `git send-email` and > `git am`. > > The guix-patches debbugs thing causes a regression in this workflow by > rewriting the commit messages to include the debbugs ticket number. > > So, a commit that begins with this: > > gnu: gitolite: Fix shebangs in hooks. > > ... becomes this: > > bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks. > > Am I missing something, or is debbugs really rewriting the patches? > > > Possibly. Though I see some people started to just attach the git format-patch patches. Maybe we should look at / ask other projects how they deal with this for debbugs?