summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."""