summaryrefslogtreecommitdiff
path: root/ikiwiki_da.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-04 20:13:57 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-04 20:13:57 +0200
commitd151c33cf724bdc8fc4b0dfbf56edb5b78703a67 (patch)
tree876456e0a376c7c955d94b581485e1420e92c921 /ikiwiki_da.setup
parent256990695c6892e4c7661ac21b9a513b4b0120ff (diff)
Fix avoid localized branch in ikiwiki config.
Diffstat (limited to 'ikiwiki_da.setup')
-rw-r--r--ikiwiki_da.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup
index 5c5e116..d6b5d3e 100644
--- a/ikiwiki_da.setup
+++ b/ikiwiki_da.setup
@@ -133,7 +133,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)