Response re sha1_commit

master
Jason Blevins 2008-10-27 20:20:50 -04:00
parent cbd6e82910
commit a6412a374e
1 changed files with 4 additions and 1 deletions

View 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]]