From: Johannes Schindelin Date: Mon, 16 Sep 2019 11:26:40 +0000 (+0200) Subject: Merge branch 'fix-msys2-quoting-bugs' X-Git-Tag: v2.24.1~1^2~1^2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20c71bcf67c7087555b95cf413b79445547cb442;p=thirdparty%2Fgit.git Merge branch 'fix-msys2-quoting-bugs' These patches fix several bugs in quoting arguments when spawning shell scripts on Windows. Note: these bugs are Windows-only, as we have to construct a command line for the process-to-spawn, unlike Linux/macOS, where `execv()` accepts an already-split command line. Furthermore, these fixes were not included in the CVE-2019-1350 part of v2.14.6 because the Windows-specific quoting when spawning shell scripts was contributed from Git for Windows into Git only in the v2.21.x era. Signed-off-by: Johannes Schindelin --- 20c71bcf67c7087555b95cf413b79445547cb442