shebang more widely

This commit is contained in:
branchable@7a47cbdffd210eeaf3a6de0272b9d0f9acea2c4b 2016-09-01 22:06:04 +00:00 committed by admin
parent 39f632b177
commit 3739690f42

View file

@ -0,0 +1,7 @@
Per: https://github.com/DanielDent/git-annex-remote-rclone/pull/10
When launching an external special remote, use the shebang handling code which currently exists elsewhere in git-annex
[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."""