diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-01 15:49:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-01 15:49:51 -0400 |
commit | a325120bc9150208eb486c5ca1451595fe594675 (patch) | |
tree | 37e15f0af8272c8c7e2cf19ed95b906f27656d8d | |
parent | 55445ed38a6d41468882d7b9f091e8deed7a9919 (diff) |
Windows: Avoid eating stdin when running ssh to add a authorized key, since this is used for password prompting.
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ff1e9a09f..b862d6a3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ git-annex (5.20131231) UNRELEASED; urgency=medium * external special remote protocol: Added GETUUID. * Windows: Fix bug in direct mode merge code that could cause files in subdirectories to go missing. + * Windows: Avoid eating stdin when running ssh to add a authorized key, + since this is used for password prompting. -- Joey Hess <joeyh@debian.org> Tue, 31 Dec 2013 13:41:18 -0400 |