diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-04 20:16:03 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-04 20:16:03 +0200 |
commit | fa487a19d7c42b12ecdb7fae0e7880139cc12150 (patch) | |
tree | 3b77a3d629134132e7d3fa5f62d209454be1c044 | |
parent | 0241c2a7cd24dc32853b450168a77578a9091e96 (diff) |
Fix avoid localized branch in ikiwiki config.
-rw-r--r-- | ikiwiki_nb_admin.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_nb_admin.setup b/ikiwiki_nb_admin.setup index 35a5e15..caf593f 100644 --- a/ikiwiki_nb_admin.setup +++ b/ikiwiki_nb_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-nb', + historyurl => 'http://source.' . $domain . '/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) 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) |