summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-11-08 15:36:18 +0100
committerJonas Smedegaard <dr@jones.dk>2017-11-08 15:36:18 +0100
commit9399097b56286cf3a47a8e5c53a4d054ce972857 (patch)
tree168fb84117ef54eb8444f7c7916a10575f130b88
parent859fa2e02ba261a4d635ead66cc9465d3281e662 (diff)
Fix git repository cgit URI pattern.
-rw-r--r--config/ikiwiki_da.setup.in2
1 files changed, 1 insertions, 1 deletions
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: '*'