diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-13 19:26:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-13 19:26:39 -0400 |
commit | 5573911d25e51c3434f1666ee415a0c0781714fc (patch) | |
tree | a1fef80f88909e70136d0e9685321935ba32716f /debian | |
parent | 60c31afc3804734e8c85b1d3f4a530b9cdaf8b5e (diff) |
Disable ssh connection caching if the path to the control socket would be too long (and use relative path to minimise path to the control socket).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f35b0e05d..0c0b34e0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ git-annex (3.20120826) UNRELEASED; urgency=low * test: Set a lot of git environment variables so testing works in strange environments that normally need git config to set names, etc. Closes: #682351 Thanks, gregor herrmann + * Disable ssh connection caching if the path to the control socket would be + too long (and use relative path to minimise path to the control socket). -- Joey Hess <joeyh@debian.org> Mon, 27 Aug 2012 13:27:39 -0400 |