MacOS – OpenDiff (filemerge) stops using git on Mac OS X

I use opendiff and git as difftool on Mac OS X, and it stopped working today.
It didn’t give an error message, it just defaulted to dump on the terminal Difference.

I have followed the common guide to learn how to configure it, but to no avail:

>Created an executable script:

#!/bin/sh 
/usr/bin/opendiff "$2" "$5" -merge "$1"

>Added options for .gitconfig:

external = ~/git-diff-cmd.sh
tool = opendiff

But it does not work.
Actually, FileMerge is in It is automatically recognized and started without using this script and configuration, just execute git difftool -t opendiff {filename}.

Try to set environment variables

export GIT_EXTERNAL_DIFF=

I used opendiff and git as difftool on Mac OS X, and it stopped working today.
It didn’t give an error message, it just defaulted to dump the diff on the terminal.

I have followed the common guide to learn how to configure it, but to no avail:

>Created an executable script:

#! /bin/sh 
/usr/bin/opendiff "$2" "$5" -merge "$1"

>Added options for .gitconfig:

external = ~/git-diff-cmd.sh
tool = opendiff

But it does not work.
Actually, FileMerge does not use this script and configuration If it is automatically recognized and started, you only need to execute git difftool -t opendiff (fi lename).

Try to set environment variables

export GIT_EXTERNAL_DIFF=

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 1148 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.