git: Enable pager for difftool
We need this for using Difftastic.
This commit is contained in:
parent
7f086ca74a
commit
97700eecc8
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
||||||
[mergetool]
|
[mergetool]
|
||||||
prompt = false
|
prompt = false
|
||||||
keepBackup = false
|
keepBackup = false
|
||||||
|
[pager]
|
||||||
|
difftool = true
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
[push]
|
[push]
|
||||||
|
|
Loading…
Reference in a new issue