summaryrefslogtreecommitdiff
path: root/doc/todo/provide_sha1_for_git_diffurl.mdwn
diff options
context:
space:
mode:
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]]