Document in man page that sshcaching uses ssh ControlMaster. Closes: #737476
This commit is contained in:
parent
db82c3dc8f
commit
1858c1f44a
2 changed files with 4 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -14,6 +14,8 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
|
|||
meantime.
|
||||
* Added ways to configure rsync options to be used only when uploading
|
||||
or downloading from a remote. Useful to eg limit upload bandwidth.
|
||||
* Document in man page that sshcaching uses ssh ControlMaster.
|
||||
Closes: #737476
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400
|
||||
|
||||
|
|
|
@ -1214,7 +1214,8 @@ Here are all the supported configuration settings.
|
|||
|
||||
* `annex.sshcaching`
|
||||
|
||||
By default, git-annex caches ssh connections
|
||||
By default, git-annex caches ssh connections using ssh's
|
||||
ControlMaster and ControlPersist settings
|
||||
(if built using a new enough ssh). To disable this, set to `false`.
|
||||
|
||||
* `annex.alwayscommit`
|
||||
|
|
Loading…
Reference in a new issue