remove GIT_SSH_COMMAND and document

This commit is contained in:
Oliver Harley 2023-02-05 13:41:33 +01:00
commit 3d499d77f1
No known key found for this signature in database
GPG key ID: A806A74FD73A8516
2 changed files with 1 additions and 1 deletions

View file

@ -59,7 +59,6 @@ function M.spawn(cmd, opts)
local env = {
"GIT_TERMINAL_PROMPT=0",
"GIT_SSH_COMMAND=ssh -oBatchMode=yes",
}
if opts.env then
vim.list_extend(env, opts.env)