diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-22 20:52:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-22 20:52:34 -0400 |
commit | 094af3d113f375f7faf2abf283615582a9977a65 (patch) | |
tree | dcd6a3b7f2195be55d2493f1f5a469fd0b4afb4c /ikiwiki.in | |
parent | 9fc126ada6aafe57609c0741d299056588cffc82 (diff) | |
download | ikiwiki-094af3d113f375f7faf2abf283615582a9977a65.tar ikiwiki-094af3d113f375f7faf2abf283615582a9977a65.tar.gz |
initial support for git repos with untrusted committers
Still need to wire up the calls to check_* , but it's cold out here and my
hands are going numb, so enough for now.
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-x | ikiwiki.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ikiwiki.in b/ikiwiki.in index 4f24cfc2e..873bde0df 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -183,6 +183,9 @@ sub main () { #{{{ elsif ($config{post_commit} && ! commit_hook_enabled()) { # do nothing } + elsif ($config{test_receive}) { + rcs_test_receive(); + } else { if ($config{rebuild}) { debug(gettext("rebuilding wiki..")); |