diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-02 15:24:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-02 15:24:53 -0300 |
commit | 310cc3b1499578cb42b5d31664050f0a5f3f6393 (patch) | |
tree | 2c2fdb77dd3094347127e8dc9c4c4dd8933b1d81 | |
parent | 4d0fabefea5ad8e7f5552241496cba7585d2b667 (diff) | |
download | padrao-310cc3b1499578cb42b5d31664050f0a5f3f6393.tar.gz padrao-310cc3b1499578cb42b5d31664050f0a5f3f6393.tar.bz2 |
Updates git config
-rw-r--r-- | ikiwiki.setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 38c8bc0..f798f98 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard { # Git stuff. rcs => "git", - historyurl => "https://git.fluxo.info/?p=padrao.git;a=history;f=[[file]]", - diffurl => "https://git.fluxo.info/?p=padrao.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", + historyurl => "https://git.fluxo.info/padrao/log/[[file]]", + diffurl => 'https://git.fluxo.info/padrao/commit/[[file]]?id=[[sha1_commit]]', #gitorigin_branch => "origin", #gitmaster_branch => "master", # See https://ikiwiki.info/tips/laptop_wiki_with_git/ |