Windows: Handle shebang in external special remote program.

This commit is contained in:
Joey Hess 2016-09-05 12:09:23 -04:00
parent 1a085ca4dd
commit f292f78366
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
5 changed files with 66 additions and 30 deletions

View file

@ -5,3 +5,5 @@ When launching an external special remote, use the shebang handling code which c
[joeyh] """Oh, git-annex already deals with this particular windows nonsense elsewhere. When it needs to run a git hook, it parses it for a shebang. Git for windows does the same.
So, if you can please open a todo item in git-annex, I can refactor that existing code to be used in more places."""
> [[done]] --[[Joey]]