diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-05 18:26:09 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-05 18:26:09 -0500 |
commit | bc0de40c3c71206c927ec08ee78e8a726abc7995 (patch) | |
tree | 5392174c51b016a90d346cf8407fdd803ca644ac /debian/NEWS | |
parent | 09a76de33dbcd929eefe57d9e9a628b8a39a0404 (diff) | |
download | ikiwiki-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 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 6fe70c9e4..22513cc4a 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,18 @@ +ikiwiki (3.01) unstable; urgency=low + + If your wiki uses git, and you have a `diffurl` configured in + its setup file, you should be aware that gitweb has stopped + supporting the url form commonly used for the `diffurl`. + + You can change your setup to use the newer gitweb url form: + + 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]] + + The changes from the old form are the addition of the `hpb` parameter, + and the change to the value used for the `hb` parameter. + + -- Joey Hess <joeyh@debian.org> Mon, 05 Jan 2009 18:18:05 -0500 + ikiwiki (3.00) unstable; urgency=low The 3.0 release of ikiwiki changes several defaults and finishes |