Skip to content

Commit ad95d13

Browse files
authored
Merge pull request #2899 from dscho/fix-beyond-compare
difftool: support user-defined Beyond Compare setups correctly again
2 parents 3464b98 + c157c07 commit ad95d13

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

git-mergetool--lib.sh

+4
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ setup_user_tool () {
138138
merge_cmd () {
139139
( eval $merge_tool_cmd )
140140
}
141+
142+
list_tool_variants () {
143+
echo "$tool"
144+
}
141145
}
142146

143147
setup_tool () {

mergetools/bc

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ translate_merge_tool_path() {
2525
list_tool_variants () {
2626
echo bc
2727
echo bc3
28+
echo bc4
2829
}

0 commit comments

Comments
 (0)