It needs to be setgid if the master repo is a shared repository, so
that pushes into the working copy repository happen as the same group,
avoiding permissions problems.
* Add xmlns attribute on html element in templates; pages can now
validate.
- -- Josh Triplett <josh@freedesktop.org> Thu, 08 Nov 2007 12:58:28 -0800
+ [ Joey Hess ]
+ * In the example setup file, use mode 6755 for the git post-update hook.
+ It needs to be setgid if the master repo is a shared repository, so
+ that pushes into the working copy repository happen as the same group,
+ avoiding permissions problems.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 12 Nov 2007 12:26:45 -0500
ikiwiki (2.11) unstable; urgency=low
# # post-update hook script, which may not be
# # what you want.
# wrapper => "/git/wiki.git/hooks/post-update",
- # wrappermode => "04755",
+ # wrappermode => "06755",
# # Enable mail notifications of commits.
# notify => 1,
#},