+1
Declined

| operator not working in Tools Arguments​

friuns 7 years ago updated by Thomas Singer 7 years ago 1

hello | operator fails to execute here

diff ${commit}^..${commit} -- "${fileOpen}" | ${git} apply --3way

when i execute same command from mingw64 it works correctly

https://www.tutorialspoint.com/unix/unix-io-redirections.htm

|

Takes output from one program, or process, and sends it to another

Declined

This is expected because | only works in shells. You would have to run a shell script that performs the desired command.


Please contact smartgit@syntevo.com if you need to get support. This is rather for feature requests.