diff --git a/crates/git/src/repository.rs b/crates/git/src/repository.rs index d076725ca46c16244d78ff9d8edd2a465abf2e27..5e508b023b5c76c61db4c53e3d01bd034c06a925 100644 --- a/crates/git/src/repository.rs +++ b/crates/git/src/repository.rs @@ -1366,7 +1366,6 @@ async fn run_git_command( } } else { let ask_pass = AskPassSession::new(executor, ask_pass).await?; - let mut command = new_smol_command("git"); command .env("GIT_ASKPASS", ask_pass.script_path()) .env("SSH_ASKPASS", ask_pass.script_path())