diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-30 01:38:33 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-30 01:38:33 -0500 |
commit | 4d1a794c3fd2116b2755877f73d6874db6c03083 (patch) | |
tree | 1159a790c4fbfea8c3702436c56f46f88b965355 /doc/rcs | |
parent | 002cf74f182dbf70ea3d85f8e8e4117ecdc38621 (diff) | |
download | ikiwiki-4d1a794c3fd2116b2755877f73d6874db6c03083.tar ikiwiki-4d1a794c3fd2116b2755877f73d6874db6c03083.tar.gz |
typography
Diffstat (limited to 'doc/rcs')
-rw-r--r-- | doc/rcs/git.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index 0353d1535..38a418a5b 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -39,7 +39,7 @@ should go to the bare repository, which has a `post-update` hook that uses ikiwiki to pull the changes to the srcdir. One setup that will work is to put all committers in a group (say, -ikiwiki), and use permissions to allow that group to commit to the bare git +"ikiwiki"), and use permissions to allow that group to commit to the bare git repository. Make both the post-update hook and ikiwiki.cgi be setgid to the group, as well as suid to the user who admins the wiki. The `wrappergroup` [[setup_file_option|usage]] can be used to make the wrappers |