diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-07 10:32:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-07 10:32:57 -0400 |
commit | fe266b0916b26d63d89b85bbd83c62ac239af00b (patch) | |
tree | 5f72f57a44eecfba8986a12f8017457e11a74b2c /CHANGELOG | |
parent | f5086b911bea273a18d12c9eb2a5b1d6655a0c55 (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-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |