aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2014-12-19 20:41:59 +0000
committerGravatar admin <admin@branchable.com>2014-12-19 20:41:59 +0000
commit3359c33096cc2a055bee3437e2d017f8e5c7c58a (patch)
tree8236f7078f3802c15f0953d50a98a302b6059898
parent57484af41cce7bdd2b1fed47c0d1f329f5b76706 (diff)
Added a comment
-rw-r--r--doc/bugs/ssh-options_seems_to_be_ignored/comment_1_bd9062bd492a36f54883fa3635b1c35f._comment7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/ssh-options_seems_to_be_ignored/comment_1_bd9062bd492a36f54883fa3635b1c35f._comment b/doc/bugs/ssh-options_seems_to_be_ignored/comment_1_bd9062bd492a36f54883fa3635b1c35f._comment
new file mode 100644
index 000000000..c46c10dc7
--- /dev/null
+++ b/doc/bugs/ssh-options_seems_to_be_ignored/comment_1_bd9062bd492a36f54883fa3635b1c35f._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ subject="comment 1"
+ date="2014-12-19T20:41:58Z"
+ content="""
+The ssh-options are used when git-annex is running git-annex-shell on the remote (eg, when transferring data). However, `git annex sync` does a `git pull` and `git push`, and so it doesn't pass on the ssh-options there.
+"""]]