]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki
update
[ikiwiki.git] / ikiwiki
diff --git a/ikiwiki b/ikiwiki
index be7f86a458e4c3bb820fcef1c74cef8ac6621b28..e6c2567baa42ce08e417b3fb2bd2c61b23172999 100755 (executable)
--- a/ikiwiki
+++ b/ikiwiki
@@ -37,6 +37,7 @@ sub getconfig () { #{{{
                        "svnrepo" => \$config{svnrepo},
                        "svnpath" => \$config{svnpath},
                        "adminemail=s" => \$config{adminemail},
+                       "timeformat=s" => \$config{timeformat},
                        "exclude=s@" => sub {
                                $config{wiki_file_prune_regexp}=qr/$config{wiki_file_prune_regexp}|$_[1]/;
                        },
@@ -101,7 +102,6 @@ sub main () { #{{{
                loadindex();
                require IkiWiki::Render;
                rcs_update();
-               rcs_getctime() if $config{getctime};
                refresh();
                rcs_notify() if $config{notify};
                saveindex();