Revision: 78 http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=78 Author: rwp Date: 2014-03-07 08:06:18 +0000 (Fri, 07 Mar 2014) Log Message: ----------- Add detail about git reference change commits.
Modified Paths: -------------- trunk/sviki/Git.mdwn Modified: trunk/sviki/Git.mdwn =================================================================== --- trunk/sviki/Git.mdwn 2014-03-05 07:47:07 UTC (rev 77) +++ trunk/sviki/Git.mdwn 2014-03-07 08:06:18 UTC (rev 78) @@ -86,6 +86,16 @@ chattr +i hooks/ +Disabling Reference Change Notifications +---------------------------------------- + +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. + +Multiple post-receive Hooks +--------------------------- + If multiple post-receive hooks are desired then special handling is needed since oldrev newrev refname are passed in on stdin. This will need to be passed in to all hook scripts if multiple ones are desired.