From unknown Thu Jun 19 14:10:23 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#77587 <77587@debbugs.gnu.org> To: bug#77587 <77587@debbugs.gnu.org> Subject: Status: Add --dry-run flag to `mumi am' and `mumi send-email' Reply-To: bug#77587 <77587@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:10:23 +0000 retitle 77587 Add --dry-run flag to `mumi am' and `mumi send-email' reassign 77587 mumi submitter 77587 Arun Isaac severity 77587 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 06 18:05:46 2025 Received: (at submit) by debbugs.gnu.org; 6 Apr 2025 22:05:46 +0000 Received: from localhost ([127.0.0.1]:50003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u1Y7e-00074v-AP for submit@debbugs.gnu.org; Sun, 06 Apr 2025 18:05:46 -0400 Received: from lists.gnu.org ([2001:470:142::17]:51156) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u1Y7b-00074L-Nk for submit@debbugs.gnu.org; Sun, 06 Apr 2025 18:05:44 -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 1u1Y7W-0005RI-4e for bug-mumi@gnu.org; Sun, 06 Apr 2025 18:05:38 -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 ) id 1u1Y7T-00008w-MZ for bug-mumi@gnu.org; Sun, 06 Apr 2025 18:05:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=systemreboot.net; s=default; t=1743977128; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Trv7hTpA+UN+ZMETj22vG+nkSXUGcIgoyvyhLtcZ830=; b=LcXYtPkZyfF3UhIYcdRqNBYH+rZJs4a1N/MBwzgf1D8Sqo4Irbhv+YR4faR3rNWdsP9zpW FpJoq+3cRGBkOs1Go5v3+wHlPi7FZkJR1azogj0XqlosXifSdX3X19uG4mJ8vuix9/Ibys WPbJ2v6JhgGY0yqsDqoEInLpfKZ2xuzoVxdr0wOT5bcTyOD31CnMGj/cFEFzxO6NYsVtD+ jKwqmMMdu0VFxAO+vMZbM0s34qGHVE/1EFV0Mfl+wpDFp63ivw7COOlso2mQo3ra+pbb6H BLxvOZO3C+SdwzqFYQ9Un2drKd2+yUMplXtK4UiguTuacIMdZ00Ny3AAbJhnWQ== Received: from localhost ( [192.168.2.1]) by mugam.systemreboot.net (OpenSMTPD) with ESMTPSA id a71b727e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sun, 6 Apr 2025 22:05:27 +0000 (UTC) From: Arun Isaac To: bug-mumi@gnu.org Subject: Add --dry-run flag to `mumi am' and `mumi send-email' Date: Sun, 06 Apr 2025 23:05:22 +0100 Message-ID: <874iz1hrod.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; 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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) It's a bit scary to run `mumi am' and `mumi send-email', especially for newcomers. Add a --dry-run flag to these commands that prints out the respective `git am' and `git send-email' commands these will execute. This will reassure users that the mumi CLI is just a wrapper for familiar git commands.