]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
* Make gitorigin_branch and gitmaster_branch configurable via the setup
[ikiwiki.git] / IkiWiki.pm
index 42d607b0dcbc66b5aa8b24e1bade33a2212e569b..10d178f3efddc531ab766b413d371ee4aa8789e8 100644 (file)
@@ -56,6 +56,8 @@ sub defaultconfig () { #{{{
        wrappermode => undef,
        svnrepo => undef,
        svnpath => "trunk",
+       gitorigin_branch => "origin",
+       gitmaster_branch => "master",
        srcdir => undef,
        destdir => undef,
        pingurl => [],