aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/provide_sha1_for_git_diffurl.mdwn
diff options
context:
space:
mode:
authorJason Blevins <jrblevin@sdf.lonestar.org>2008-10-27 20:20:50 -0400
committerJason Blevins <jrblevin@sdf.lonestar.org>2008-10-27 20:20:50 -0400
commita6412a374e42c4c6f37ba4954e5fc50a1d9837a0 (patch)
tree9db50a43272343951a3d05c6580c925bace4918b /doc/todo/provide_sha1_for_git_diffurl.mdwn
parentcbd6e829102e9e5730c814da81453a3babfbc273 (diff)
downloadikiwiki-a6412a374e42c4c6f37ba4954e5fc50a1d9837a0.tar
ikiwiki-a6412a374e42c4c6f37ba4954e5fc50a1d9837a0.tar.gz
Response re sha1_commit
Diffstat (limited to 'doc/todo/provide_sha1_for_git_diffurl.mdwn')
-rw-r--r--doc/todo/provide_sha1_for_git_diffurl.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/provide_sha1_for_git_diffurl.mdwn b/doc/todo/provide_sha1_for_git_diffurl.mdwn
index dfd848058..9c8b340de 100644
--- a/doc/todo/provide_sha1_for_git_diffurl.mdwn
+++ b/doc/todo/provide_sha1_for_git_diffurl.mdwn
@@ -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]]