change to us cmd to launch git on Windows
This commit is contained in:
parent
e54a3b61c0
commit
727924a8f2
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
default gitFolder=''
|
||||
|
||||
exec program='git' commandline='${gitCommand}' workingdir='${gitFolder}'
|
||||
-// Use cmd to invoke git so that people who have git as a 'cmd'
|
||||
exec program='cmd' commandline='/C git ${gitCommand}' workingdir='${gitFolder}' if='!IsMono'
|
||||
exec program='git' commandline='${gitCommand}' workingdir='${gitFolder}' if='IsMono'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue