[PATCH v2] etc: gitconfig: Run etc/teams.scm from correct environment.

  • Done
  • quality assurance status badge
Details
2 participants
  • Clément Lassieur
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Clément Lassieur
Severity
normal
Merged with

Debbugs page

C
C
Clément Lassieur wrote on 18 Oct 2023 14:10
(address . guix-patches@gnu.org)(name . Clément Lassieur)(address . clement@lassieur.org)
d409fe3f12ae15b9f663a81221f5bbf254c995ee.1697663424.git.clement@lassieur.org
* etc/git/gitconfig: Prepend "guix repl" to the etc/teams.scm script so that
any user that has git:send-email installed can use it in the Guix checkout
without changing their environment. (teams.scm uses (git) and (guix ui).)
---
Actually I had forgotten about `guix repl`. Maybe this patch is better?

Clément

etc/git/gitconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/etc/git/gitconfig b/etc/git/gitconfig
index 907ad0180454..abcd494d62e8 100644
--- a/etc/git/gitconfig
+++ b/etc/git/gitconfig
@@ -14,5 +14,5 @@
[sendemail]
to = guix-patches@gnu.org
- headerCmd = etc/teams.scm cc-members-header-cmd
+ headerCmd = guix repl etc/teams.scm cc-members-header-cmd
thread = no

base-commit: 5498835bb38c0de57f284f0fa6b1178ecdcaf678
prerequisite-patch-id: d95e49e4fc059972fc5a7b2c92816df2228a0af1
prerequisite-patch-id: a0dca8c3175d6ce71c77e220c4ac98b6e97cef56
--
2.41.0
C
C
Clément Lassieur wrote on 18 Oct 2023 15:27
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
e06421da-978e-4271-8095-e72593847887@app.fastmail.com
close 66616
Attachment: file
M
M
Maxim Cournoyer wrote on 18 Oct 2023 18:44
(address . control@debbugs.gnu.org)
87edhrqtc3.fsf@gmail.com
forcemerge 66605 66616
quit
M
M
Maxim Cournoyer wrote on 18 Oct 2023 18:44
(address . control@debbugs.gnu.org)
87cyxbqtbm.fsf@gmail.com
forcemerge 66605 66617
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66616@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66616
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch