summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex-shell__58___bad_parameters_when_trying_to_configure_a_shell_sandbox/comment_2_92ec7f5f70b6b9e1dda085135aec9ca6._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/git-annex-shell__58___bad_parameters_when_trying_to_configure_a_shell_sandbox/comment_2_92ec7f5f70b6b9e1dda085135aec9ca6._comment')
-rw-r--r--doc/bugs/git-annex-shell__58___bad_parameters_when_trying_to_configure_a_shell_sandbox/comment_2_92ec7f5f70b6b9e1dda085135aec9ca6._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/git-annex-shell__58___bad_parameters_when_trying_to_configure_a_shell_sandbox/comment_2_92ec7f5f70b6b9e1dda085135aec9ca6._comment b/doc/bugs/git-annex-shell__58___bad_parameters_when_trying_to_configure_a_shell_sandbox/comment_2_92ec7f5f70b6b9e1dda085135aec9ca6._comment
new file mode 100644
index 000000000..f4f4ed23a
--- /dev/null
+++ b/doc/bugs/git-annex-shell__58___bad_parameters_when_trying_to_configure_a_shell_sandbox/comment_2_92ec7f5f70b6b9e1dda085135aec9ca6._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2016-04-04T20:12:12Z"
+ content="""
+The wrapper program is not strictly necessary; this will work too:
+
+ command="git-annex-shell -c \"$SSH_ORIGINAL_COMMAND\""
+
+It might be nice if git-shell knew about `SSH_ORIGINAL_COMMAND`
+(and if it did, I'd make git-annex-shell mirror that),
+but then that could be seen as making git depend on the transport
+unncessarily.
+"""]]