summaryrefslogtreecommitdiff
path: root/compat/memmem.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2019-09-19 21:38:33 (GMT)
committerJohannes Schindelin <johannes.schindelin@gmx.de>2019-12-06 15:31:14 (GMT)
commit04522edbd4086cd9063a8e65664c11a87bb7d89e (patch)
tree19674c45be2c26de0e4740a9df3ae3bfab5a22bb /compat/memmem.c
parent49f7a76d57c78e55f2f72e44664824f3fecb8837 (diff)
downloadgit-04522edbd4086cd9063a8e65664c11a87bb7d89e.zip
git-04522edbd4086cd9063a8e65664c11a87bb7d89e.tar.gz
git-04522edbd4086cd9063a8e65664c11a87bb7d89e.tar.bz2
mingw: fix quoting of empty arguments for `sh`
When constructing command-lines to spawn processes, it is an unfortunate but necessary decision to quote arguments differently: MSYS2 has different dequoting rules (inherited from Cygwin) than the rest of Windows. To accommodate that, Git's Windows compatibility layer has two separate quoting helpers, one for MSYS2 (which it uses exclusively when spawning `sh`) and the other for regular Windows executables. The MSYS2 one had an unfortunate bug where a `,` somehow slipped in, instead of the `;`. As a consequence, empty arguments would not be enclosed in a pair of double quotes, but the closing double quote was skipped. Let's fix this. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'compat/memmem.c')
0 files changed, 0 insertions, 0 deletions