From: Joey Hess Date: Sun, 23 Feb 2014 18:15:49 +0000 (-0400) Subject: git diffurl: Do not escape / in paths to changed files, in order to interoperate... X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/b5b8c5cecc0b5d69e4e30db6909d083a78e425ea?hp=204dcda88bc595d1ad301a08ae25ebe4bd2afb8a git diffurl: Do not escape / in paths to changed files, in order to interoperate with cgit (gitweb works either way) Thanks, intrigeri. --- diff --git a/debian/changelog b/debian/changelog index 76178674f..145ac6771 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ ikiwiki (3.20140126) UNRELEASED; urgency=medium Thanks, Mesar Hameed * Allow up to 8 levels of nested directives, rather than previous 3 in directive infinite loop guard. + * git diffurl: Do not escape / in paths to changed files, in order to + interoperate with cgit (gitweb works either way) + Thanks, intrigeri. -- Joey Hess Sat, 01 Feb 2014 16:53:35 -0400 diff --git a/doc/todo/support_linking_to_cgit.mdwn b/doc/todo/support_linking_to_cgit.mdwn index c48edbdae..ab6172ad1 100644 --- a/doc/todo/support_linking_to_cgit.mdwn +++ b/doc/todo/support_linking_to_cgit.mdwn @@ -38,6 +38,8 @@ the substitution of `\[[file]]` in `diffurl` and `historyurl`? >>>> I don't have commit access to ikiwiki.info, but if I did, >>>> [[I'd merge this|/users/smcv/yesplease]]. --[[smcv]] +>>>>> [[merged|done]] --[[Joey]] + [[wishlist]] [[!tag patch]]