formatting
parent
02a4fbac31
commit
88eb525df8
|
@ -4,7 +4,9 @@ News for ikiwiki 3.01:
|
||||||
its setup file, you should be aware that gitweb has stopped
|
its setup file, you should be aware that gitweb has stopped
|
||||||
supporting the url form commonly used for the `diffurl`.
|
supporting the url form commonly used for the `diffurl`.
|
||||||
You can change your setup to use the newer gitweb url form:
|
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]]
|
|
||||||
|
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,
|
The changes from the old form are the addition of the `hpb` parameter,
|
||||||
and the change to the value used for the `hb` parameter.
|
and the change to the value used for the `hb` parameter.
|
||||||
|
|
||||||
|
@ -16,4 +18,4 @@ ikiwiki 3.01 released with [[!toggle text="these changes"]]
|
||||||
* yesno: Always accept English even when localised.
|
* yesno: Always accept English even when localised.
|
||||||
* yesno: Also accept 1 and 0 as input.
|
* yesno: Also accept 1 and 0 as input.
|
||||||
* A recent change to gitweb removed support for the form of diffurl
|
* 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."""]]
|
that many ikiwiki setups use. Document how to use the new url form."""]]
|
||||||
|
|
Loading…
Reference in New Issue