summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-08-30 19:54:48 +0200
committerJonas Smedegaard <dr@jones.dk>2010-08-30 19:54:48 +0200
commit19945dab9f2184a2eff75525e10d8594aac3d311 (patch)
treeb49b419b9eab98bbc30d19c95d0d42317acae5d1
parent2346f3bf536ca07cab0a55b1f743810e35eb3fc7 (diff)
parent28a401a40ad73e0f4c3e596b5212f62922b6e197 (diff)
Merge branch '_scs' into scs
-rw-r--r--ikiwiki.setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 81e46ec..ef3e187 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -27,7 +27,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 => [],
# plugins to disable
@@ -123,9 +123,9 @@ use IkiWiki::Setup::Standard {
# git plugin
# git hook to generate
- #git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki',
+ git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki',
# 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://git.example.org/gitweb.cgi?p=wiki.git;a=history;f=[[file]]', # ;hb=master
# gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], and [[file]] substituted)