This commit is contained in:
Joey Hess 2017-03-08 15:30:32 -04:00
parent 3b1bbb8202
commit 0d1a1838c5
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2017-03-08T19:20:21Z"
content="""
git-annex on Windows already checks if external special remotes start
with #! and tries to handle the shebang, since Windows does not do that
natively. That was added in version 6.20160907.
([[todo/refactor_shebang_handling_code_for_wider_use]])
`git-annex proxy` does not do that, and I feel it's out of scope for it to
do so. So the proxy stuff you tried is a red herring.
It might be useful to use --debug to see what command git-annex tries to
execute when running the external special remote program.
"""]]