From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#25969: guix-patches debbugs appears to mangle patches Date: Sat, 4 Mar 2017 17:54:56 -0500 Message-ID: <20170304225456.GB19780@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckIar-00049g-4S for bug-guix@gnu.org; Sat, 04 Mar 2017 17:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckIao-00057x-2v for bug-guix@gnu.org; Sat, 04 Mar 2017 17:56:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42153) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckIan-00057r-VQ for bug-guix@gnu.org; Sat, 04 Mar 2017 17:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ckIan-0003D2-Pf for bug-guix@gnu.org; Sat, 04 Mar 2017 17:56:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckIZq-00042T-1U for bug-guix@gnu.org; Sat, 04 Mar 2017 17:55:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckIZm-0004sG-V3 for bug-guix@gnu.org; Sat, 04 Mar 2017 17:55:02 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:44308) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ckIZm-0004s6-RF for bug-guix@gnu.org; Sat, 04 Mar 2017 17:54:58 -0500 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id A18407E6E3 for ; Sat, 4 Mar 2017 17:54:57 -0500 (EST) Content-Disposition: inline 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: 25969@debbugs.gnu.org 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?