From 2c9a265147f18efa35d19a04ef4e8b5833671366 Mon Sep 17 00:00:00 2001 From: Hahihula Date: Sat, 14 Feb 2026 20:36:33 +0100 Subject: [PATCH] git(-with-openssh): Restore `git` shim (#7531) --- bucket/git-with-openssh.json | 1 + bucket/git.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bucket/git-with-openssh.json b/bucket/git-with-openssh.json index 1109fc7c46..d28b23dcf3 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -40,6 +40,7 @@ }, "bin": [ "bin\\sh.exe", + "bin\\git.exe", "git-bash.exe", "usr\\bin\\gpg.exe", "usr\\bin\\gpg-agent.exe", diff --git a/bucket/git.json b/bucket/git.json index 99243f8dfb..a900878f01 100644 --- a/bucket/git.json +++ b/bucket/git.json @@ -40,6 +40,7 @@ }, "bin": [ "bin\\sh.exe", + "bin\\git.exe", "git-bash.exe", "usr\\bin\\gpg.exe", "usr\\bin\\gpg-agent.exe",