diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-04 14:43:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-04 14:43:39 -0400 |
commit | 0063c83c8a5ea9600fdeaf6e7563efbf1d92af2e (patch) | |
tree | 87ae9adc118b3b8f5f86d9c713ef3a66a4ef486a /doc/rcs/git.mdwn | |
parent | a212a79c34f9013214de14c108c78bd1e24f4144 (diff) | |
download | ikiwiki-0063c83c8a5ea9600fdeaf6e7563efbf1d92af2e.tar ikiwiki-0063c83c8a5ea9600fdeaf6e7563efbf1d92af2e.tar.gz |
fix link
Diffstat (limited to 'doc/rcs/git.mdwn')
-rw-r--r-- | doc/rcs/git.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rcs/git.mdwn b/doc/rcs/git.mdwn index 1b66493dd..f10a941c3 100644 --- a/doc/rcs/git.mdwn +++ b/doc/rcs/git.mdwn @@ -117,7 +117,8 @@ usernames of the untrusted committers. Note that when the `pre-receive` hook is checking incoming changes, it ignores the git authorship information, and uses the username of the unix -user who made the commit. Then tests including the `locked_pages` [[PageSpec]] +user who made the commit. Then tests including the `locked_pages` +[[ikiwiki/PageSpec]] are checked to see if that user can edit the pages in the commit. You can even set up an [[anonymous_user|tips/untrusted_git_push]], to allow |