Commit 8b4dd97
authored
🤖 fix: preserve existing GIT_SSH_COMMAND when set (#861)
Instead of overwriting `GIT_SSH_COMMAND` entirely, append SSH options to
the existing value. Falls back to `ssh` if not set.
This allows users who have custom SSH commands configured (e.g., for
specific identity files or proxy settings) to still benefit from our
BatchMode and StrictHostKeyChecking options.
_Generated with `mux`_1 parent cc0c9df commit 8b4dd97
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments