summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-10-11 03:15:10 +0200
committerJonas Smedegaard <dr@jones.dk>2011-10-11 03:15:10 +0200
commite070a660f9c34aee9b2002e6fe03ed1abc1955b9 (patch)
treea4bc9e3d73811f3d4a05ead395cee226c16a06f5
parenta64361e650268cc425960da8a7a82e328f89674c (diff)
Fix modernize diffurl.
-rw-r--r--config/include.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/include.mk b/config/include.mk
index 9a57307..60c0f68 100644
--- a/config/include.mk
+++ b/config/include.mk
@@ -41,7 +41,7 @@ IKIWIKI_CONFIG_OPTIONS += \
IKIWIKI_CONFIG_OPTIONS += \
--rcs=git \
--historyurl 'http://$(srcsite)/?p=$(gitrepo).git;a=history;f=[[file]]' \
- --diffurl 'http://$(srcsite)/?p=$(gitrepo).git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]' \
+ --diffurl 'http://$(srcsite)/?p=$(gitrepo).git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]' \
--set git_wrapper='$(CURDIR)/build/git/post-update-ikiwiki' \
--set git_wrappermode=06755 \