]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/git.pm
plugin enable/disable working and bugfixes
[ikiwiki.git] / IkiWiki / Plugin / git.pm
index d1c1165e03c25528d1cb10d4f03e54ed890c547b..36674572b6ae3d83426d79b56d7b26394dd41462 100644 (file)
@@ -42,10 +42,14 @@ sub checkconfig () { #{{{
 
 sub getsetup () { #{{{
        return
+               plugin => {
+                       safe => 0, # rcs plugin
+                       rebuild => undef,
+               },
                git_wrapper => {
                        type => "string",
                        example => "/git/wiki.git/hooks/post-update",
-                       description => "git post-update executable to generate",
+                       description => "git post-update hook to generate",
                        safe => 0, # file
                        rebuild => 0,
                },