Skip to content

Commit 3919177

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge pull request #2899 from dscho/fix-beyond-compare
difftool: support user-defined Beyond Compare setups correctly again
2 parents 95ddab3 + c157c07 commit 3919177

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

git-mergetool--lib.sh

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)