summaryrefslogtreecommitdiff
path: root/ikiwiki_da_admin.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-04 20:14:04 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-04 20:14:04 +0200
commit1cd4e9538613b65d9ad9917a0d3310628cceda41 (patch)
treecb156e06f1c7a6e9ae608f251162f9a5c1f73f43 /ikiwiki_da_admin.setup
parent354884ad7643140d3419f2502598a8e1685e840b (diff)
parentd151c33cf724bdc8fc4b0dfbf56edb5b78703a67 (diff)
Merge branch 'allinone-da' into allinone-multilang
Diffstat (limited to 'ikiwiki_da_admin.setup')
-rw-r--r--ikiwiki_da_admin.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup
index 3bcc159..68e7180 100644
--- a/ikiwiki_da_admin.setup
+++ b/ikiwiki_da_admin.setup
@@ -129,7 +129,7 @@ use IkiWiki::Setup::Standard {
# mode for git_wrapper (can safely be made suid)
git_wrappermode => '06755',
# gitweb url to show file history ([[file]] substituted)
- historyurl => 'http://source.' . $domain . '/gitweb.cgi?p=' . $gitrepo . '.git;a=history;f=[[file]];hb=master-da',
+ historyurl => 'http://source.' . $domain . '/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)
diffurl => 'http://source.' . $domain . '/gitweb.cgi?p=' . $gitrepo . '.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]',
# where to pull and push changes (set to empty string to disable)