]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Fix escaping
authorJason Blevins <jrblevin@sdf.lonestar.org>
Mon, 27 Oct 2008 04:45:54 +0000 (00:45 -0400)
committerJason Blevins <jrblevin@sdf.lonestar.org>
Mon, 27 Oct 2008 04:45:54 +0000 (00:45 -0400)
doc/todo/provide_sha1_for_git_diffurl.mdwn

index aac3c6307bfe1951221de4a32e9a050f421a2711..af785c3e6c182f840abac4b269677ec29c22d91d 100644 (file)
@@ -2,7 +2,7 @@ This [[patch]] allows for `\[[sha1]]` substitution in the `diffurl`
 for git repositories.  This is useful for use with [cgit][] which has
 diffurls of the following form:
 
-    /project.git/diff/[[file]]?id=\[[sha1]]
+    /project.git/diff/\[[file]]?id=\[[sha1]]
 
  [cgit]: http://hjemli.net/git/cgit/