Set git difftool to prompt for every file

Otherwise accidentally diffing a range with many changed files requires
quitting lots of vim instances and leaves no time to abort in between.
This commit is contained in:
Talia 2019-09-13 14:26:44 +02:00
parent 0f069f08aa
commit b5568779f8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
tool = vimdiff
[difftool]
confirm = false
prompt = false
prompt = true
[merge]
tool = vimdiff3
[push]