diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-02 22:46:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-02 22:50:09 -0400 |
commit | c762b65ce42c18f026a16ee702cec5dc168a39be (patch) | |
tree | eb75e3c268a10145f4a480a73d708f82b5d6d423 /IkiWiki/Plugin/svn.pm | |
parent | 5dbd053da36d9ab7afc41540ef075c3b7b78ddf4 (diff) | |
download | ikiwiki-c762b65ce42c18f026a16ee702cec5dc168a39be.tar ikiwiki-c762b65ce42c18f026a16ee702cec5dc168a39be.tar.gz |
show unsafe options (RO) by default
Small data leak, but only to admins, and I think it's worth it to see the
stuff that cannot be configured.
Diffstat (limited to 'IkiWiki/Plugin/svn.pm')
-rw-r--r-- | IkiWiki/Plugin/svn.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/svn.pm b/IkiWiki/Plugin/svn.pm index 51683704c..c51b0f181 100644 --- a/IkiWiki/Plugin/svn.pm +++ b/IkiWiki/Plugin/svn.pm @@ -58,7 +58,7 @@ sub getsetup () { #{{{ svn_wrapper => { type => "string", example => "/svn/wikirepo/hooks/post-commit", - description => "svn post-commit executable to generate", + description => "svn post-commit hook to generate", safe => 0, # file rebuild => 0, }, |