summaryrefslogtreecommitdiff
path: root/ikiwiki_da.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki_da.setup')
-rw-r--r--ikiwiki_da.setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup
index 1e872c3..89fbcf4 100644
--- a/ikiwiki_da.setup
+++ b/ikiwiki_da.setup
@@ -45,7 +45,7 @@ use IkiWiki::Setup::Standard {
# mode for cgi_wrapper (can safely be made suid)
cgi_wrappermode => '00755',
# rcs backend to use
- rcs => '',
+ rcs => 'git',
# plugins to add to the default configuration
add_plugins => [qw{
}],
@@ -145,7 +145,7 @@ use IkiWiki::Setup::Standard {
# git hook to generate
git_wrapper => $gitdir . '/post-update-ikiwiki-da',
# mode for git_wrapper (can safely be made suid)
- #git_wrappermode => '06755',
+ git_wrappermode => '06755',
# gitweb url to show file history ([[file]] substituted)
#historyurl => 'http://' . $githost . '/gitweb.cgi?p=' . $gitrepo . '.git;a=history;f=[[file]];hb=master-da',
# gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], and [[file]] substituted)