all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Did something with format-patch or send-email break?
@ 2024-06-09  0:22 Ian Eure
  2024-06-09 10:19 ` Tomas Volf
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Eure @ 2024-06-09  0:22 UTC (permalink / raw
  To: guix-devel

I’m not sure of the precise mechanism employed, but I believe that 
that in the past, if I ran `git format-patch' and `git 
send-email', it would send an email to the right place.  This is 
implied by the manual, which doesn’t mention a patch submission 
email address, except for an issue number address when sending a 
patch series.

This doesn’t seem to work anymore; the output of `git 
format-patch' has no To: header populated, so `git send-email' 
asks me where:

    meson!ieure:~/Projects/guix/staging$ guix describe
    Generation 13	Jun 08 2024 17:39:39	(current)
      atomized 6bb138d
        repository URL: 
        https://codeberg.org/ieure/atomized-guix.git
        branch: main
        commit: 6bb138db5b7f56f399c9cb2e0b45fecaa8cd0182
      guix bc8a41f
        repository URL: https://git.savannah.gnu.org/git/guix.git
        branch: master
        commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
    meson!ieure:~/Projects/guix/staging$ git log --oneline 
    HEAD^..HEAD
    bc8a41f4a8 (HEAD -> master, upstream/master) gnu: mes: Update 
    to 0.26.1.
    meson!ieure:~/Projects/guix/staging$ echo "changes" >> 
    gnu/packages/python-xyz.scm && git ci -am "changes"
    [master 88e3f97240] changes
     1 file changed, 2 insertions(+)
    meson!ieure:~/Projects/guix/staging$ git format-patch -1
    0001-changes.patch
    meson!ieure:~/Projects/guix/staging$ git send-email 
    0001-changes.patch
    0001-changes.patch
    To whom should the emails be sent (if anyone)?   C-c C-c

    meson!ieure:~/Projects/guix/staging$

Reproduced on Guix System, Guix on Debian (which the above output 
is from), and someone in #guix also reproduced it.

Is it broken?  Am I missing one of the numerous intricate fiddly 
bits of setup to make email patch flow work?  The manual’s "The 
Perfect Setup" section only mentions Geiser and yasnippet setup, 
which isn’t relevant to this.

Thanks,

  — Ian


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

end of thread, other threads:[~2024-06-09 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-09  0:22 Did something with format-patch or send-email break? Ian Eure
2024-06-09 10:19 ` Tomas Volf
2024-06-09 10:51   ` Tomas Volf

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.