Differences From Artifact [b6a7277721]:
- File src/http_transport.c — part of check-in [ccfdc89c96] at 2021-06-22 12:24:21 on branch patch-cmd — Code in place for "patch pull" and "patch push". (user: drh size: 13354) [more...]
To Artifact [2fec79d9e3]:
- File src/http_transport.c — part of check-in [38567237d7] at 2021-06-22 15:37:00 on branch trunk — The default "ssh" comand is now always "ssh". Omit the legacy "plink" alternative on Windows as Windows machines now generally all support ssh. (user: drh size: 13406)
| ︙ | |||
90 91 92 93 94 95 96 | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | - + | } return 0; } /* ** Default SSH command */ |
| ︙ |