summaryrefslogtreecommitdiff
path: root/doc/todo/provide_sha1_for_git_diffurl.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-27 14:45:54 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-27 14:45:54 -0400
commit8530e827b01a6eed8b8c933e758e152a1dc32035 (patch)
tree223fa8a16f16cb9fef90ad4c888827f3b99ae213 /doc/todo/provide_sha1_for_git_diffurl.mdwn
parent5e9f24bebc6e1568905b0cd1963f67c5be607729 (diff)
git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.
Diffstat (limited to 'doc/todo/provide_sha1_for_git_diffurl.mdwn')
-rw-r--r--doc/todo/provide_sha1_for_git_diffurl.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/provide_sha1_for_git_diffurl.mdwn b/doc/todo/provide_sha1_for_git_diffurl.mdwn
index af785c3e6..dfd848058 100644
--- a/doc/todo/provide_sha1_for_git_diffurl.mdwn
+++ b/doc/todo/provide_sha1_for_git_diffurl.mdwn
@@ -18,4 +18,6 @@ diffurls of the following form:
$diffurl =~ s/\[\[sha1_parent\]\]/$ci->{'parent'}/go;
$diffurl =~ s/\[\[sha1_from\]\]/$detail->{'sha1_from'}/go;
$diffurl =~ s/\[\[sha1_to\]\]/$detail->{'sha1_to'}/go;
-
+
+> [[done]], but I called it `sha1_commit` since I think that's what it's
+> actually a sha1 of. --[[Joey]]