mirror of
https://github.com/git/git.git
synced 2026-02-01 21:40:11 +00:00
When *Git for Windows* is installed into a directory that has spaces in it, e.g. `C:\Program Files\Git`, the `git-wrapper` appends this directory unquoted when fixing up the command line. To resolve this, just quote the provided `execpath`. Signed-off-by: nalla <nalla@hamal.uberspace.de>