Re: [PATCH] Teach git-mergetool about Apple's opendiff/FileMerge
From: Steven Grimm <hidden> Date: 2016-06-15 22:43:01
Junio C Hamano wrote:
quoted
+ opendiff $LOCAL $REMOTE -merge $path | cat
What's the purpose of this cat anyway? It looks like an
expensive no-op to me.
If stdout is a tty, opendiff appears to background itself automatically.
I assume he wanted to prevent that without losing any output from the
command.
-Steve