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:
parent
0f069f08aa
commit
b5568779f8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
tool = vimdiff
|
||||
[difftool]
|
||||
confirm = false
|
||||
prompt = false
|
||||
prompt = true
|
||||
[merge]
|
||||
tool = vimdiff3
|
||||
[push]
|
||||
|
|
Loading…
Reference in a new issue