diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-11-08 16:02:07 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-11-08 16:02:07 +0100 |
commit | 97a3859d1faeb9d78752d7e8c0f46ffef88c2da8 (patch) | |
tree | ece807c9e218b1c911cb5970042ddc40fb401bb2 | |
parent | 9399097b56286cf3a47a8e5c53a4d054ce972857 (diff) |
Really fix git repository cgit URI pattern.
-rw-r--r-- | config/ikiwiki_da.setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ikiwiki_da.setup.in b/config/ikiwiki_da.setup.in index 4197535..eae9ea1 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_commit]]&id2=[[sha1_parent]]' +diffurl: 'https://source.couchdesign.dk/bm/content.git/diff/[[file]]?id=[[sha1_commit]] #gitorigin_branch: '' gitmaster_branch: master htmlscrubber_skip: '*' |