Skip to content

Commit

Permalink
Merge branch 'da/mergetool-winmerge'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Jul 1, 2015
2 parents 912bd49 + f67986b commit a225a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-mergetool--lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a225a26

Please sign in to comment.