ssh: fix pushing or pulling from SSH with GIT_SSH_COMMAND set
Compare changes
Files
2- 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.
+ 3
− 1
@@ -19,7 +19,9 @@