From e070a660f9c34aee9b2002e6fe03ed1abc1955b9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 11 Oct 2011 03:15:10 +0200 Subject: Fix modernize diffurl. --- config/include.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3