ssh: fix pushing or pulling from SSH with GIT_SSH_COMMAND set
- Oct 28, 2022
-
-
Dan Villiom Podlaski Christiansen authored
Dulwich passes certain keyword arguments to SSHVendor which we do not support, including `password`, `key_filename` and `ssh_command`. Ignore them rather than die on unsupported arguments.
-
- Sep 01, 2022
-
-
Aay Jay Chan authored
Previously, the code assumes every line that ends with `\r` is a progress line that contains a number. This assumption is broken by the response returned by Azure Repos, which contains an empty line that ends with `\r` and causes the extension to crash.
edd4ce4c580c
-