From e845e438470ce38d6110e7c35640bc329a252c38 Mon Sep 17 00:00:00 2001 From: Christophe Nanteuil Date: Sun, 14 May 2023 15:05:12 +0200 Subject: [PATCH] using git config diff.tool as difftool --- .scripts/fuzzy_diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/fuzzy_diff b/.scripts/fuzzy_diff index bc608bb6..a8a4c21e 100755 --- a/.scripts/fuzzy_diff +++ b/.scripts/fuzzy_diff @@ -12,7 +12,7 @@ trap 'rm --force --recursive "$TMP_DIR"' EXIT PO_EDITOR=$(which poedit) -DIFFTOOL=$(which meld) +DIFFTOOL=$(git config diff.tool) PO_FILE=$1 # search for revs where fuzzy was added or suppressed