Skip to content

Commit

Permalink
Merge pull request git-for-windows#2899 from dscho/fix-beyond-compare
Browse files Browse the repository at this point in the history
difftool: support user-defined Beyond Compare setups correctly again
  • Loading branch information
dscho authored Nov 12, 2020
2 parents 3464b98 + c157c07 commit ad95d13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions git-mergetool--lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ setup_user_tool () {
merge_cmd () {
( eval $merge_tool_cmd )
}

list_tool_variants () {
echo "$tool"
}
}

setup_tool () {
Expand Down
1 change: 1 addition & 0 deletions mergetools/bc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ translate_merge_tool_path() {
list_tool_variants () {
echo bc
echo bc3
echo bc4
}

0 comments on commit ad95d13

Please sign in to comment.