]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki.in
initial support for git repos with untrusted committers
[ikiwiki.git] / ikiwiki.in
index 4f24cfc2eb8ae4c53d7c0f471fbf12aea13c0578..873bde0df49d68d0fe51e18b6ee11bc2ea4f0378 100755 (executable)
@@ -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.."));