]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Response re sha1_commit
authorJason Blevins <jrblevin@sdf.lonestar.org>
Tue, 28 Oct 2008 00:20:50 +0000 (20:20 -0400)
committerJason Blevins <jrblevin@sdf.lonestar.org>
Tue, 28 Oct 2008 00:20:50 +0000 (20:20 -0400)
doc/todo/provide_sha1_for_git_diffurl.mdwn

index dfd848058f55fdf1329a4d8f8b4b96e44a8171a7..9c8b340de9882ac732a2926a5c305086dcdf1a8f 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_commit]]
 
  [cgit]: http://hjemli.net/git/cgit/
 
@@ -21,3 +21,6 @@ diffurls of the following form:
 
 > [[done]], but I called it `sha1_commit` since I think that's what it's
 > actually a sha1 of. --[[Joey]]
+
+>> I was at a loss for something more descriptive...I like that much
+>> better :) Thanks! --[[JasonBlevins]]