From eb779e62133d9b07ca93799851f40b835e455457 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Wed, 25 May 2016 23:38:04 +0300 Subject: [PATCH] - Replaced Git's diff tool. --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 3b6a53a..5449818 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,8 +16,8 @@ [receive] fsckObjects = true [merge] - tool = kompare + tool = meld [diff] - tool = kompare + tool = meld [difftool] prompt = false -- GitLab