summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ikiwiki_da.setup4
-rw-r--r--ikiwiki_nb.setup4
2 files changed, 4 insertions, 4 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)
diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup
index bf8247c..9a05bf3 100644
--- a/ikiwiki_nb.setup
+++ b/ikiwiki_nb.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-nb',
# 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-nb',
# gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], and [[file]] substituted)