Skip to content

Commit a225a26

Browse files
committed
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
2 parents 912bd49 + f67986b commit a225a26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-mergetool--lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ guess_merge_tool () {
305305
EOF
306306

307307
# Loop over each candidate and stop when a valid merge tool is found.
308+
IFS=' '
308309
for tool in $tools
309310
do
310311
is_available "$tool" && echo "$tool" && return 0

0 commit comments

Comments
 (0)