diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-27 14:45:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-27 14:45:54 -0400 |
commit | 8530e827b01a6eed8b8c933e758e152a1dc32035 (patch) | |
tree | 223fa8a16f16cb9fef90ad4c888827f3b99ae213 /doc | |
parent | 5e9f24bebc6e1568905b0cd1963f67c5be607729 (diff) |
git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/provide_sha1_for_git_diffurl.mdwn | 4 |
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]] |