mirror of
https://github.com/git/git.git
synced 2026-03-14 18:59:04 +01:00
When an external git command is invoked, it can be a Bourne shell script. This patch looks into the command file to see whether it is one. In this case, the command line is rearranged to invoke the shell with the proper arguments. Moreover, the arguments are quoted if necessary because Windows' spawn functions paste the arguments again into a command line that is disassembled by the invoked process.
8.6 KiB
8.6 KiB