From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QWzrIOpCzV9YYQAA0tVLHw (envelope-from ) for ; Sun, 06 Dec 2020 20:45:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id MGNVHOpCzV+/VgAAbx9fmQ (envelope-from ) for ; Sun, 06 Dec 2020 20:45:30 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2DCFB94023A for ; Sun, 6 Dec 2020 20:45:30 +0000 (UTC) Received: from localhost ([::1]:43450 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1km0uP-0002d7-0L for larch@yhetil.org; Sun, 06 Dec 2020 15:45:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59618) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1km0u7-0002cG-FQ for guix-patches@gnu.org; Sun, 06 Dec 2020 15:45:12 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39880) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1km0mE-0000wv-IJ for guix-patches@gnu.org; Sun, 06 Dec 2020 15:44:33 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1km0mE-0008P1-Ff for guix-patches@gnu.org; Sun, 06 Dec 2020 15:37:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45011] [PATCH] add emacs-project and dependency Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 06 Dec 2020 20:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45011 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jonathan Cc: 45011@debbugs.gnu.org Received: via spool by 45011-submit@debbugs.gnu.org id=B45011.160728698032250 (code B ref 45011); Sun, 06 Dec 2020 20:37:02 +0000 Received: (at 45011) by debbugs.gnu.org; 6 Dec 2020 20:36:20 +0000 Received: from localhost ([127.0.0.1]:51426 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km0lY-0008O6-1W for submit@debbugs.gnu.org; Sun, 06 Dec 2020 15:36:20 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:58265) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km0lV-0008Nr-PM for 45011@debbugs.gnu.org; Sun, 06 Dec 2020 15:36:18 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id A0440FF803; Sun, 6 Dec 2020 20:36:10 +0000 (UTC) From: Nicolas Goaziou References: <874kkz0yw7.fsf@nicolasgoaziou.fr> Date: Sun, 06 Dec 2020 21:36:09 +0100 In-Reply-To: (Jonathan's message of "Sun, 6 Dec 2020 13:22:31 -0600") Message-ID: <87y2iazn7q.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.30 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 2DCFB94023A X-Spam-Score: -2.30 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: fxRBqeaiLBV/ Jonathan writes: > This is my first ever Guix contribution Welcome aboard! > and I=E2=80=99m following from what I saw in the website=E2=80=99s video = tutorials. > I kindly ask that you have some patience with me. Of course! > The only thing I need clarified now is how do I send the commits? > I thought git format-patch included the commit? It does. git format-patch generates a patch file including the commit message. I'm surprised you experienced something different. > Do you want me to send two separate emails with the commit message as > the subject? I=E2=80=99m not sure how to send to you the commit info with= the > patch in the email. The important things to fix are the descriptions and the synopses. If you cannot send the commit message along with the patch, I'll write it for you when applying the patches. Since there are only two patches, you can attach them both to the same email, if that's easier for you. Regards,