From df2f72650c5ea91989bdfb67cb48233afac21814 Mon Sep 17 00:00:00 2001 From: IkiWiki Date: Tue, 10 Sep 2024 22:22:41 -0400 Subject: [PATCH] ikiwiki: disable git --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 57a8f31..2061a35 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -36,7 +36,7 @@ cgi_overload_message: '' # enable optimization of only refreshing committed changes? only_committed_changes: 0 # rcs backend to use -rcs: 'git' +rcs: '' # plugins to add to the default configuration add_plugins: - goodstuff