From: "Ludovic Courtès" <ludo@gnu.org>
To: <guix-devel@gnu.org>
Subject: Bogus ‘etc/teams.scm’ usage recommendations?
Date: Tue, 03 Jan 2023 23:29:56 +0100 [thread overview]
Message-ID: <87a62z6yl7.fsf@gnu.org> (raw)
Hello Guix!
The manual recommends this (info "(guix) Teams"):
git send-email --to ISSUE_NUMBER@debbugs.gnu.org $(./etc/teams.scm cc mentors) *.patch
where:
--8<---------------cut here---------------start------------->8---
λ ./etc/teams.scm cc mentors
--add-header="X-Debbugs-Cc: rg@raghavgururajan.name" --add-header="X-Debbugs-Cc: zimon.toutoune@gmail.com" …
--8<---------------cut here---------------end--------------->8---
I believe this cannot work because the shell will split words on each
whitespace; IOW, the double quotes above do not have the desired effect.
The second issue is that passing ‘--add-header’ to ‘git send-email’
seems to have no effect. AIUI, ‘git send-email’ passes those to ‘git
format-patch’, except that it has no reason to invoke it, right?
Maybe I’m missing something but it looks like we have documentation to
improve. Thoughts?
Ludo’.
next reply other threads:[~2023-01-03 22:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-03 22:29 Ludovic Courtès [this message]
2023-01-05 12:21 ` Bogus ‘etc/teams.scm’ usage recommendations? Simon Tournier
2023-01-05 17:03 ` Maxim Cournoyer
2023-01-05 17:03 ` bug#58813: " Maxim Cournoyer
2023-01-09 17:23 ` bug#58813: can't substitute etc/teams.scm command as doc suggests Ludovic Courtès
2023-01-09 20:52 ` Maxim Cournoyer
2023-01-11 15:20 ` Simon Tournier
2023-01-12 3:00 ` Maxim Cournoyer
2023-01-12 13:31 ` Simon Tournier
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=87a62z6yl7.fsf@gnu.org \
--to=ludo@gnu.org \
--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.