summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-07 10:32:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-07 10:32:57 -0400
commitfe266b0916b26d63d89b85bbd83c62ac239af00b (patch)
tree5f72f57a44eecfba8986a12f8017457e11a74b2c /CHANGELOG
parentf5086b911bea273a18d12c9eb2a5b1d6655a0c55 (diff)
Make .git/annex/ssh.config file work with versions of ssh older than 7.3, which don't support Include.
When used with an older version of ssh, any ServerAliveInterval in ~/.ssh/config will be overridden by .git/annex/ssh.config. This commit was sponsored by Josh Taylor on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a939435cf..56ce65584 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,10 @@ git-annex (6.20161032) UNRELEASED; urgency=medium
* Restarting a crashing git process could result in filename encoding
issues when not in a unicode locale, as the restarted processes's
handles were not read in raw mode.
+ * Make .git/annex/ssh.config file work with versions of ssh older than
+ 7.3, which don't support Include. When used with an older version
+ of ssh, any ServerAliveInterval in ~/.ssh/config will be overridden
+ by .git/annex/ssh.config.
-- Joey Hess <id@joeyh.name> Tue, 01 Nov 2016 14:02:06 -0400