From b63416295d3c4f5d89e91d8b22c88314136e8c70 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 9 Jan 2025 18:22:12 +0100 Subject: [PATCH] Make a note to use `env::git_login_shell()` in testtools when available. --- tests/tools/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tools/src/lib.rs b/tests/tools/src/lib.rs index a03ed9c5c91..0c2e060f5d4 100644 --- a/tests/tools/src/lib.rs +++ b/tests/tools/src/lib.rs @@ -652,6 +652,7 @@ fn configure_command<'a, I: IntoIterator, S: AsRef>( } fn bash_program() -> &'static Path { + // TODO: use `gix_path::env::login_shell()` when available. if cfg!(windows) { static GIT_BASH: Lazy> = Lazy::new(|| { GIT_CORE_DIR