git: Enable pager for difftool

We need this for using Difftastic.
This commit is contained in:
Sanchayan Maity 2023-01-13 15:19:45 +05:30
parent 7f086ca74a
commit 97700eecc8
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
[mergetool]
prompt = false
keepBackup = false
[pager]
difftool = true
[pull]
rebase = false
[push]