mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
This reverts commit 51bd9d7b8c.
It introduced a git invocation that involves ^{tree}. It seems that MSYS's
wish does some quoting for Bourne shells, in particular, escape the first
'{', but then it uses cmd.exe to run the command, which does not remove
the backslash, so that the resulting ref expression ends up in git's guts
as unrecognizable garbage.