diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-22 12:06:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-22 12:06:10 -0400 |
commit | f4b80c574945be3aca60ec3e76d50b386b53f293 (patch) | |
tree | 5d49db185f62fa8f48a1d3d179656062c3fcba64 /debian | |
parent | c70c8ea742236db777845088525da656574e4369 (diff) |
Improve ~/.ssh/config modification code to not add trailing spaces to lines it cannot parse.
"Host\n" is a valid line, and actually gets parsed ok, but this also holds
for other lines that it fails to parse for some reason.
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 9233d3073..17fd70a0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ git-annex (5.20150917) UNRELEASED; urgency=medium In particular, storageclass=STANDARD_IA to use Amazon's new Infrequently Accessed storage, and storageclass=NEARLINE to use Google's NearLine storage. + * Improve ~/.ssh/config modification code to not add trailing spaces + to lines it cannot parse. -- Joey Hess <id@joeyh.name> Wed, 16 Sep 2015 12:23:33 -0400 |