Hi Danny,

> mumi/client.scm:280:12: In procedure call-with-output-pipe*:
> Command invocation failed ("git" "am")
> $ mumi am --skip

This needs to be `mumi am -- --skip'. All `git am' arguments come after
the `--'. The segfault was from the argument parser.

`mumi am' is a wrapper around `git am'. Short of fetching the right
patches and invoking `git am', `mumi am' does nothing else. This needs
to be made more explicit in the user experience. There is an idea here
that needs to be worked on: https://issues.guix.gnu.org/77587

And, sorry you had trouble with mumi. Patches are always welcome. But,
given the move to Codeberg, I am not feeling too motivated to hack on
mumi myself.

Regards,
Arun

Reply via email to