summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar branchable@7a47cbdffd210eeaf3a6de0272b9d0f9acea2c4b <branchable@web>2016-09-01 22:06:04 +0000
committerGravatar admin <admin@branchable.com>2016-09-01 22:06:04 +0000
commita05551a88542f04ac4b261a9c801d7d2e47693b0 (patch)
tree3f69dc15ead26b1d6f3994ad0d0643d1859b07d4 /doc
parentd597356f2f250550e7aebc44de10ebf664faba9c (diff)
shebang more widely
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/refactor_shebang_handling_code_for_wider_use.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/refactor_shebang_handling_code_for_wider_use.mdwn b/doc/todo/refactor_shebang_handling_code_for_wider_use.mdwn
new file mode 100644
index 000000000..a0eec316b
--- /dev/null
+++ b/doc/todo/refactor_shebang_handling_code_for_wider_use.mdwn
@@ -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."""