Merge branch 'da/mergetool-winmerge'
Hotfix for an earlier change already in 'master' that broke the default tool selection for mergetool. * da/mergetool-winmerge: mergetool-lib: fix default tool selection
This commit is contained in:
commit
a225a26010
@ -305,6 +305,7 @@ guess_merge_tool () {
|
||||
EOF
|
||||
|
||||
# Loop over each candidate and stop when a valid merge tool is found.
|
||||
IFS=' '
|
||||
for tool in $tools
|
||||
do
|
||||
is_available "$tool" && echo "$tool" && return 0
|
||||
|
Loading…
Reference in New Issue
Block a user