all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#64833: [mumi] mumi send-email does not handle complex refs
@ 2023-07-24 14:51 Arun Isaac
  2024-01-24  2:18 ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Arun Isaac @ 2023-07-24 14:51 UTC (permalink / raw)
  To: 64833


`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.




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

end of thread, other threads:[~2024-01-27  3:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24 14:51 bug#64833: [mumi] mumi send-email does not handle complex refs Arun Isaac
2024-01-24  2:18 ` Maxim Cournoyer
2024-01-26 21:24   ` Arun Isaac
2024-01-27  3:05     ` Maxim Cournoyer

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.