all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* New mumi am subcommand
@ 2024-06-10 17:41 Arun Isaac
  2024-06-12 14:51 ` Maxim Cournoyer
  2024-06-17 13:09 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Arun Isaac @ 2024-06-10 17:41 UTC (permalink / raw)
  To: guix-devel


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-17 23:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 17:41 New mumi am subcommand Arun Isaac
2024-06-12 14:51 ` Maxim Cournoyer
2024-06-17 13:09 ` Ludovic Courtès
2024-06-17 23:07   ` Arun Isaac

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.