From 6e576a5336f71540ffebf1d9955521b1a362553e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Apr 2016 16:13:47 -0400 Subject: [PATCH] comment --- ...ent_2_92ec7f5f70b6b9e1dda085135aec9ca6._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/git-annex-shell__58___bad_parameters_when_trying_to_configure_a_shell_sandbox/comment_2_92ec7f5f70b6b9e1dda085135aec9ca6._comment 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 0000000000..f4f4ed23af --- /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. +"""]]