]> 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 f96daab0bb9c55233c2a5a1e0f38a0596d3a1e0f..873bde0df49d68d0fe51e18b6ee11bc2ea4f0378 100755 (executable)
@@ -183,8 +183,11 @@ sub main () { #{{{
        elsif ($config{post_commit} && ! commit_hook_enabled()) {
                # do nothing
        }
+       elsif ($config{test_receive}) {
+               rcs_test_receive();
+       }
        else {
-               if (! $config{refresh}) {
+               if ($config{rebuild}) {
                        debug(gettext("rebuilding wiki.."));
                }
                else {