]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
move more settings out to rcs
[ikiwiki.git] / IkiWiki.pm
index 76f1292fcde39abc85a1fca3a3a5af7c0b56d3c5..5724518dae74e9d8418dc0a235b51388d3b05433 100644 (file)
@@ -94,25 +94,6 @@ sub getsetup () { #{{{
                safe => 0, # don't allow overriding
                rebuild => 0,
        },
-       historyurl => {
-               type => "string",
-               # TODO should be set per-rcs to allow different
-               # examples and descriptions
-               default => '',
-               example => "XXX",
-               description => "XXX",
-               safe => 1,
-               rebuild => 1,
-       },
-       diffurl => {
-               type => "string",
-               # TODO ditto above
-               default => '',
-               example => "XXX",
-               description => "XXX",
-               safe => 1,
-               rebuild => 1,
-       },
        discussion => {
                type => "boolean",
                default => 1,
@@ -120,20 +101,6 @@ sub getsetup () { #{{{
                safe => 1,
                rebuild => 1,
        },
-       gitorigin_branch => {
-               type => "string",
-               default => "origin",
-               description => "the git origin to pull from",
-               safe => 0, # paranoia
-               rebuild => 0,
-       },
-       gitmaster_branch => {
-               type => "string",
-               default => "master",
-               description => "the git master branch",
-               safe => 0, # paranoia
-               rebuild => 0,
-       },
        wrappers => {
                type => "string",
                default => undef,