]> gitweb.fluxo.info Git - templates.git/commitdiff
Updates git URLs
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jul 2016 18:30:37 +0000 (15:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jul 2016 18:30:37 +0000 (15:30 -0300)
ikiwiki/ikiwiki.setup

index 4cb2ad37eb1a6950e294f538cb9b578ad6d822cf..9f9448f889d8a102a85c859c8dbfb68d6bce2b7c 100644 (file)
@@ -20,8 +20,12 @@ use IkiWiki::Setup::Standard {
 
   # Git stuff.
   rcs        => "git",
-  historyurl => "https://git.fluxo.info/?p=templates.git;a=history;f=[[file]]",
-  diffurl    => "https://git.fluxo.info/?p=templates.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+  # Cgit
+  historyurl => "https://git.fluxo.info/templates/log/[[file]]",
+  diffurl => 'https://git.fluxo.info/templates/commit/[[file]]?id=[[sha1_commit]]',
+  # Gitweb
+  #historyurl => "https://gitweb.fluxo.info/?p=templates.git;a=history;f=[[file]]",
+  #diffurl    => "https://gitweb.fluxo.info/?p=templates.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
   #gitorigin_branch => "origin",
   #gitmaster_branch => "master",
   # See https://ikiwiki.info/tips/laptop_wiki_with_git/