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).

This commit is contained in:
Joey Hess 2012-09-13 19:26:39 -04:00
parent 60c31afc38
commit 5573911d25
3 changed files with 29 additions and 2 deletions

2
debian/changelog vendored
View file

@ -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