]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - ikiwiki.in
initial support for git repos with untrusted committers
[git.ikiwiki.info.git] / ikiwiki.in
index 973ae3b3181df334c3b090d1fb433c326d4748d9..873bde0df49d68d0fe51e18b6ee11bc2ea4f0378 100755 (executable)
@@ -183,8 +183,11 @@ sub main () { #{{{
        elsif ($config{post_commit} && ! commit_hook_enabled()) {
                # do nothing
        }
        elsif ($config{post_commit} && ! commit_hook_enabled()) {
                # do nothing
        }
+       elsif ($config{test_receive}) {
+               rcs_test_receive();
+       }
        else {
        else {
-               if ($config{rebuild}}) {
+               if ($config{rebuild}) {
                        debug(gettext("rebuilding wiki.."));
                }
                else {
                        debug(gettext("rebuilding wiki.."));
                }
                else {