Simon Tournier <zimon.toutoune@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at submit) by debbugs.gnu.org; 24 Jul 2023 14:51:47 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jul 24 10:51:47 2023 Received: from localhost ([127.0.0.1]:43763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qNwuZ-0001wS-3k for submit <at> debbugs.gnu.org; Mon, 24 Jul 2023 10:51:47 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <arunisaac@HIDDEN>) id 1qNwuW-0001wD-9V for submit <at> debbugs.gnu.org; Mon, 24 Jul 2023 10:51:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <arunisaac@HIDDEN>) id 1qNwuR-0008DW-1B for bug-guix@HIDDEN; Mon, 24 Jul 2023 10:51:39 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <arunisaac@HIDDEN>) id 1qNwuN-0002Lr-RV for bug-guix@HIDDEN; Mon, 24 Jul 2023 10:51:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=cjMXlZYQiNWiwadARenfMZH7fSQRUvoGjCxEsvo5T0A=; b=UhFonXOjKeoMz3IZgYNSLIvtAb Kz/AcdUVUnqt3ERhe+iqi5bTAmxs7eFKyrLOtH0uGbI5TWfkF+x+7iVWQjvf9jhwlnQu1v/P1ZOFM O4XHuYf0sqmQZ2pnu82Z9ikAykYaMxh4Dgyo/+T0kjtY7SyrAT+r1sEo8OKtmY/80QETrPDzXawvN BeoGMJXX20lrRqIF4RZ09cx4WylvCLX8YyAYLleTBNF0kghr7KocOBEhuEDz9bXxPBLjSCYV1YCIM 6rgQQJeQWmn/mCU2r8NiaawLJR51/32xq7aWaOVvFjys5oVq5BPQT7IGD5l9b1/Q8SBCUyvXaOx9a BdR14siQ==; Received: from [192.168.2.1] (port=42348 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from <arunisaac@HIDDEN>) id 1qNwuG-000O6K-0h for bug-guix@HIDDEN; Mon, 24 Jul 2023 15:51:28 +0100 From: Arun Isaac <arunisaac@HIDDEN> To: bug-guix@HIDDEN Subject: [mumi] mumi send-email does not handle complex refs Date: Mon, 24 Jul 2023 15:51:24 +0100 Message-ID: <87sf9dwefn.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@HIDDEN; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) `mumi send-email' only works with patch files. For example, `mumi send-email foo.patch bar.patch'. It would be nice if it could also handle refs like `mumi send-email HEAD~5'. Here's one way to achieve this. 1. When passed a ref, `mumi send-email' must run `git format-patch' internally to produce patch files, preferably in a temporary directory. 2. Then, `mumi send-email' must send those patches as usual and clean up the temporary directory.
Arun Isaac <arunisaac@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#64833
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.