aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-05 18:26:09 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-05 18:26:09 -0500
commitbc0de40c3c71206c927ec08ee78e8a726abc7995 (patch)
tree5392174c51b016a90d346cf8407fdd803ca644ac /IkiWiki
parent09a76de33dbcd929eefe57d9e9a628b8a39a0404 (diff)
downloadikiwiki-bc0de40c3c71206c927ec08ee78e8a726abc7995.tar
ikiwiki-bc0de40c3c71206c927ec08ee78e8a726abc7995.tar.gz
A recent change to gitweb removed support for the form of diffurl that many ikiwiki setups use. Document how to use the new url form.
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/git.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/git.pm b/IkiWiki/Plugin/git.pm
index 6a7f6c3ae..3085a3b67 100644
--- a/IkiWiki/Plugin/git.pm
+++ b/IkiWiki/Plugin/git.pm
@@ -94,8 +94,8 @@ sub getsetup () {
},
diffurl => {
type => "string",
- example => "http://git.example.com/gitweb.cgi?p=wiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
- description => "gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], [[sha1_commit]] and [[file]] substituted)",
+ example => "http://git.example.com/gitweb.cgi?p=wiki.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]",
+ description => "gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)",
safe => 1,
rebuild => 1,
},