From 97700eecc85c033bc95d75a6ef75571bd0b12110 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 13 Jan 2023 15:19:45 +0530 Subject: [PATCH] git: Enable pager for difftool We need this for using Difftastic. --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index e27d50d..44d2b9a 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -41,6 +41,8 @@ [mergetool] prompt = false keepBackup = false +[pager] + difftool = true [pull] rebase = false [push]