Re: [PATCH] difftool: always honor "command not found" exit code

2016-08-15 Thread Tom Tanner (BLOOMBERG/ LONDON)
Would it be possible to also treat signals (128 and above) as 'special' values as well (as I've seen some merge tools self destruct like that from time to time) - Original Message - From: gits...@pobox.com To: j...@keeping.me.uk Cc: Tom Tanner (BLOOMBERG/ LONDON), dav...

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 >