[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [435] Git notification updates
From: |
bob |
Subject: |
[Savannah-cvs] [435] Git notification updates |
Date: |
Sat, 13 Feb 2021 20:01:11 -0500 (EST) |
Revision: 435
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=435
Author: rwp
Date: 2021-02-13 20:01:08 -0500 (Sat, 13 Feb 2021)
Log Message:
-----------
Git notification updates
Removed duplicated entry. Rationale no prefix.
Modified Paths:
--------------
trunk/sviki/Git.mdwn
Modified: trunk/sviki/Git.mdwn
===================================================================
--- trunk/sviki/Git.mdwn 2021-01-29 20:51:25 UTC (rev 434)
+++ trunk/sviki/Git.mdwn 2021-02-14 01:01:08 UTC (rev 435)
@@ -55,21 +55,20 @@
Enabling Commit Notifications
-----------------------------
-Set git configurations:
+Set git configurations. This can be done using the git-config utility
+to edit that file. Don't set an emailprefix or there will be two when
+the mailing list configuration is also configured to add one.
cd /srv/git/auctex.git/
git config multimailhook.mailinglist emacs-elpa-diffs@gnu.org
+ git config multimailhook.emailprefix ""
The result will be this in the git config file.
[multimailhook]
mailinglist = emacs-elpa-diffs@gnu.org
+ emailPrefix = ""
-This can be done using the git-config utility to edit that file.
-
- git config multimailhook.mailinglist emacs-elpa-diffs@gnu.org
- git config multimailhook.emailprefix "[emacs-elpa-diffs]"
-
Unprotect hooks/ directory:
chattr -i hooks/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [435] Git notification updates,
bob <=