ikiwiki/IkiWiki
Simon McVittie 0463357392 git: don't redundantly pass "--" to git_sha1
git_sha1 already puts "--" before its arguments, so

    git_sha1_file($dir, 'doc/index.mdwn')

would have incorrectly invoked

    git rev-list --max-count=1 HEAD -- -- doc/index.mdwn

If there is no file in the wiki named "--", that's harmless, because
it merely names the latest revision in which either "--" or
"doc/index.mdwn" changed. However, it could return incorrect results
if there is somehow a file named "--".
2017-01-09 13:58:58 +00:00
..
Plugin git: don't redundantly pass "--" to git_sha1 2017-01-09 13:58:58 +00:00
Setup
CGI.pm cgitemplate: actually remove dead code 2016-12-19 13:20:55 +00:00
Receive.pm Wrapper: allocate new environment dynamically 2016-05-11 09:18:14 +01:00
Render.pm improve warning message for multiple sources for page 2016-05-31 15:29:09 -04:00
Setup.pm
UserInfo.pm
Wrapper.pm Enquote $background_command as surely intended. 2017-01-02 06:57:35 -05:00