From patchwork Mon May 1 21:01:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arun Isaac X-Patchwork-Id: 49733 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 065EC27BBEA; Mon, 1 May 2023 22:03:27 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 3983F27BBE2 for ; Mon, 1 May 2023 22:03:26 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ptafo-0005iq-3m; Mon, 01 May 2023 17:03:04 -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 ) id 1ptafm-0005ia-JY for guix-patches@gnu.org; Mon, 01 May 2023 17:03:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ptafm-000466-Ar for guix-patches@gnu.org; Mon, 01 May 2023 17:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ptafl-0006Zv-Vm for guix-patches@gnu.org; Mon, 01 May 2023 17:03:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63215] [PATCH mumi 1/2] client: Support passing options to git send-email. References: <20230501205639.16201-1-arunisaac@systemreboot.net> In-Reply-To: <20230501205639.16201-1-arunisaac@systemreboot.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 01 May 2023 21:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63215 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63215@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 63215-submit@debbugs.gnu.org id=B63215.168297493525224 (code B ref 63215); Mon, 01 May 2023 21:03:01 +0000 Received: (at 63215) by debbugs.gnu.org; 1 May 2023 21:02:15 +0000 Received: from localhost ([127.0.0.1]:41162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ptaf0-0006Yl-NS for submit@debbugs.gnu.org; Mon, 01 May 2023 17:02:14 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:51314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ptaey-0006YV-Eh for 63215@debbugs.gnu.org; Mon, 01 May 2023 17:02:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=GS5z0c4uMKIYg/s/5mo/B0Ggam8gi+s26/147IVrY6U=; b=JCM74dpjyap33AEIhFjiOHNmps tAF7xYCOq11Dw0Qeq+SXEA8peFImG3vRR5Yxgvi5NZoxkPd2ne7KewWf5QqBely5SuwOPaQC7E5/C PFtRPDiM4EQ2tj93iPzmAPe9v4X1X30t/j4nVcslkyDRrqT/hW6uBViIG9R6USkfkKOWO3pvlutKw JAdYZ+2K1j4ekzz6Qe9s5MXnK1Hv9tOd5DrSqH1sG5i9gZtZD9w1OApIXmGLhOifoBeTvRk3bqmjy iiqCVzzJ3sMWZ74S79RZDV0vkJANfwDj8odIjz5oE/g497XgsgB1EM0/GrO6OgkhXo9Ihl/7w85cB tjiuGpdA==; Received: from [192.168.2.1] (port=53838 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ptaes-000JAS-1Y; Mon, 01 May 2023 22:02:07 +0100 From: Arun Isaac Date: Mon, 1 May 2023 22:01:50 +0100 Message-Id: <20230501210151.16399-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * mumi/client.scm (git-send-email): Add options optional argument. --- mumi/client.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mumi/client.scm b/mumi/client.scm index b8d588b..2750836 100644 --- a/mumi/client.scm +++ b/mumi/client.scm @@ -207,12 +207,13 @@ arguments." (cut proc port) (cut close-pipe port)))))) -(define (git-send-email to patches) - "Send PATCHES using git send-email to the TO address and return the -message ID of the first email sent." +(define* (git-send-email to patches #:optional (options '())) + "Send PATCHES using git send-email to the TO address with +OPTIONS. Return the message ID of the first email sent." (let ((command (cons* "git" "send-email" (string-append "--to=" to) - patches))) + (append options + patches)))) (display (string-join command)) (newline) (call-with-input-pipe command