aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-02-23 14:15:49 -0400
committerJoey Hess <joey@kitenet.net>2014-02-23 14:15:49 -0400
commitb5b8c5cecc0b5d69e4e30db6909d083a78e425ea (patch)
tree8bd82fa760d3c37b5f4e83474eac7acd64da6c35
parent204dcda88bc595d1ad301a08ae25ebe4bd2afb8a (diff)
downloadikiwiki-b5b8c5cecc0b5d69e4e30db6909d083a78e425ea.tar
ikiwiki-b5b8c5cecc0b5d69e4e30db6909d083a78e425ea.tar.gz
git diffurl: Do not escape / in paths to changed files, in order to interoperate with cgit (gitweb works either way) Thanks, intrigeri.
-rw-r--r--debian/changelog3
-rw-r--r--doc/todo/support_linking_to_cgit.mdwn2
2 files changed, 5 insertions, 0 deletions
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 <joeyh@debian.org> 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]]