all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: guix-devel@gnu.org
Subject: New mumi am subcommand
Date: Mon, 10 Jun 2024 18:41:40 +0100	[thread overview]
Message-ID: <87ed94eluz.fsf@systemreboot.net> (raw)


Hi,

The latest mumi CLI (version 0.3.0) comes with a new `mumi am'
subcommand. With this, you can automagically apply the latest patchset
in an issue.

First, set the current issue (say 61036).

$ mumi current 61036

Then, apply the latest patchset using

$ mumi am

You may also apply a patchset of a specific version (say, v3) using

$ mumi am v3

Or, you may apply a patch from a specific e-mail message.  For example,
to apply the patch from the 4th message (message index starts from 0),
run

$ mumi am @4

`mumi am' is a wrapper around `git am'. You can pass in `git am' options
after a `--'. For example, to sign off applied commits,

$ mumi am -- -s

Hope that helps and makes patch review a little less tedious!

I have submitted a patch documenting mumi am and the older compose and
www subcommands in the Guix manual. See
https://issues.guix.gnu.org/71481

Cheers!
Arun


             reply	other threads:[~2024-06-10 17:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-10 17:41 Arun Isaac [this message]
2024-06-12 14:51 ` New mumi am subcommand Maxim Cournoyer
2024-06-17 13:09 ` Ludovic Courtès
2024-06-17 23:07   ` Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ed94eluz.fsf@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.