From 03020563327db62bcbecadea700f5f534158cef3 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 29 Mar 2007 18:27:00 +0000 Subject: * Add --post-commit option, which allows for the case of a split web server and RCS server (or a push mirror). With this the RCS server can have a real post-commit hook that sshs back to the web server, and runs ikiwiki in post-commit mode to update the wiki. --- ikiwiki.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ikiwiki.in') diff --git a/ikiwiki.in b/ikiwiki.in index 5dd1064f9..8c46d5e9f 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -25,6 +25,7 @@ sub getconfig () { #{{{ "syslog!" => \$config{syslog}, "rebuild!" => \$config{rebuild}, "refresh!" => \$config{refresh}, + "post-commit" => \$config{post_commit}, "render=s" => \$config{render}, "wrappers!" => \$config{wrappers}, "getctime" => \$config{getctime}, -- cgit v1.2.3