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 [email protected]
+ git config multimailhook.emailprefix ""
The result will be this in the git config file.
[multimailhook]
mailinglist = [email protected]
+ emailPrefix = ""
-This can be done using the git-config utility to edit that file.
-
- git config multimailhook.mailinglist [email protected]
- git config multimailhook.emailprefix "[emacs-elpa-diffs]"
-
Unprotect hooks/ directory:
chattr -i hooks/