diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-14 15:42:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-14 15:42:00 -0400 |
commit | 22ad7897f59dfbd902822689ba2b8c243704535b (patch) | |
tree | 9225e44bc9605758dc039248f90cb9ba033d284b /doc/tips | |
parent | ca1518ed7f714a725fe9811716a320f1dc0b2f22 (diff) |
comment
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_2_b6a70e698eb4c46e753a620716c5956c._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_2_b6a70e698eb4c46e753a620716c5956c._comment b/doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_2_b6a70e698eb4c46e753a620716c5956c._comment new file mode 100644 index 000000000..54c8a6b3e --- /dev/null +++ b/doc/tips/centralized_git_repository_tutorial/on_your_own_server/comment_2_b6a70e698eb4c46e753a620716c5956c._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2016-04-14T19:40:32Z" + content=""" +git-annex sets up its own ssh connection caching because this makes it a +lot faster. + +To disable this feature, you can set annex.sshcaching=false, or set +remote.origin.annex-ssh-options as you have. + +git-annex has no way to know if you have another ssh socket to use, so it +seems fine for you to need to configure it if you want it to use one. +"""]] |