From 3739690f42a59f5b293e0c52eaf80ed30bf04819 Mon Sep 17 00:00:00 2001 From: "branchable@7a47cbdffd210eeaf3a6de0272b9d0f9acea2c4b" Date: Thu, 1 Sep 2016 22:06:04 +0000 Subject: [PATCH] shebang more widely --- doc/todo/refactor_shebang_handling_code_for_wider_use.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/todo/refactor_shebang_handling_code_for_wider_use.mdwn 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 0000000000..a0eec316b9 --- /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."""