summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 12:09:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 12:09:23 -0400
commitd0d0d07b9e88992f8beedce33a78918e27b41a6a (patch)
treee6d8404473a702a662a0d32299cc992e4fafeeb7 /doc
parent362a9d87c473e0bc9b50757cd58567f3cd37d40c (diff)
Windows: Handle shebang in external special remote program.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/refactor_shebang_handling_code_for_wider_use.mdwn2
1 files changed, 2 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
index a0eec316b..c7f7ce6cc 100644
--- a/doc/todo/refactor_shebang_handling_code_for_wider_use.mdwn
+++ b/doc/todo/refactor_shebang_handling_code_for_wider_use.mdwn
@@ -5,3 +5,5 @@ When launching an external special remote, use the shebang handling code which c
[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."""
+
+> [[done]] --[[Joey]]