]> git.ipfire.org Git - thirdparty/git.git/commit
mingw: sh arguments need quoting in more circumstances
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 19 Sep 2019 21:43:03 +0000 (23:43 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Dec 2019 15:31:15 +0000 (16:31 +0100)
commit7d8b676992ba0418aeb78f0ad1f4e193ad979b2e
tree6e33254247856365eeba59cbaa65a9523f75db54
parent04522edbd4086cd9063a8e65664c11a87bb7d89e
mingw: sh arguments need quoting in more circumstances

Previously, we failed to quote characters such as '*', '(' and the
likes. Let's fix this.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
compat/mingw.c