From 9399097b56286cf3a47a8e5c53a4d054ce972857 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 8 Nov 2017 15:36:18 +0100 Subject: Fix git repository cgit URI pattern. --- config/ikiwiki_da.setup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ikiwiki_da.setup.in b/config/ikiwiki_da.setup.in index 0fc4be0..4197535 100644 --- a/config/ikiwiki_da.setup.in +++ b/config/ikiwiki_da.setup.in @@ -29,7 +29,7 @@ hardlink: 1 timezone: Europe/Copenhagen allow_symlinks_before_srcdir: 1 historyurl: 'https://source.couchdesign.dk/bm/content.git/log/[[file]]' -diffurl: 'https://source.couchdesign.dk/bm/content.git/diff/[[file]]?id=[[sha1_to]]&id2=[[sha1_from]]' +diffurl: 'https://source.couchdesign.dk/bm/content.git/diff/[[file]]?id=[[sha1_commit]]&id2=[[sha1_parent]]' #gitorigin_branch: '' gitmaster_branch: master htmlscrubber_skip: '*' -- cgit v1.2.3