Revision: 200
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=200
Author:   rwp
Date:     2016-07-25 20:50:43 +0000 (Mon, 25 Jul 2016)
Log Message:
-----------
Add git config example

Modified Paths:
--------------
    trunk/sviki/Git.mdwn

Modified: trunk/sviki/Git.mdwn
===================================================================
--- trunk/sviki/Git.mdwn        2016-07-08 23:03:20 UTC (rev 199)
+++ trunk/sviki/Git.mdwn        2016-07-25 20:50:43 UTC (rev 200)
@@ -82,6 +82,11 @@
     [multimailhook]
             mailinglist = [email protected]
 
+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/


Reply via email to