Re: git difftool and git mergetool aren't returning errors when the tool has issues

2016-08-13 Thread John Keeping
On Fri, Aug 12, 2016 at 07:13:41AM -, Tom Tanner (BLOOMBERG/ LONDON) wrote: > For instance, if you set your diff/mergetool to meld and you don't have it > installed: > > git difftool > > Viewing (1/1): 'blah' > Launch 'meld' [Y/n]? y > /home/ttanner/bin/meld[8]: /opt/swt/bin/meld: not found >

git difftool and git mergetool aren't returning errors when the tool has issues

2016-08-12 Thread Tom Tanner (BLOOMBERG/ LONDON)
For instance, if you set your diff/mergetool to meld and you don't have it installed: > git difftool Viewing (1/1): 'blah' Launch 'meld' [Y/n]? y /home/ttanner/bin/meld[8]: /opt/swt/bin/meld: not found > echo $? 0 > /home/ttanner/bin/meld /home/ttanner/bin/meld[8]: /opt/swt/bin/meld: not found >