Revision: 168
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=168
Author: rwp
Date: 2015-07-30 06:32:38 +0000 (Thu, 30 Jul 2015)
Log Message:
-----------
How to turn off git summary notifications
Modified Paths:
--------------
trunk/sviki/Git.mdwn
Modified: trunk/sviki/Git.mdwn
===================================================================
--- trunk/sviki/Git.mdwn 2015-07-19 22:55:54 UTC (rev 167)
+++ trunk/sviki/Git.mdwn 2015-07-30 06:32:38 UTC (rev 168)
@@ -108,8 +108,16 @@
Sometimes maintainers do not like the receiving reference change
commits in addition to changeset commits. Optionally this may be
-disabled. See the groff.git config for an example.
+disabled. See the groff.git config for an example. In summary change
+the config file from this:
+ mailinglist = [email protected]
+
+To this:
+
+ mailinglist =
+ commitList = [email protected]
+
Multiple post-receive Hooks
---------------------------