git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks jrayhawk)
parent
cab8a79568
commit
a7454c0e32
|
@ -109,7 +109,7 @@ sub getsetup () {
|
|||
},
|
||||
historyurl => {
|
||||
type => "string",
|
||||
example => "http://git.example.com/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
|
||||
example => "http://git.example.com/gitweb.cgi?p=wiki.git;a=history;f=[[file]];hb=HEAD",
|
||||
description => "gitweb url to show file history ([[file]] substituted)",
|
||||
safe => 1,
|
||||
rebuild => 1,
|
||||
|
|
|
@ -3,6 +3,8 @@ ikiwiki (3.20100723) UNRELEASED; urgency=low
|
|||
* template: Fix dependency tracking. Broken in version 3.20100427.
|
||||
* po: The po_slave_languages setting is now a list, so the order of
|
||||
translated languages can be controlled. (intrigeri)
|
||||
* git: Fix gitweb historyurl examples so "diff to current" links work.
|
||||
(Thanks jrayhawk)
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 23 Jul 2010 14:00:32 -0400
|
||||
|
||||
|
|
Loading…
Reference in New Issue