We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3464b98 + c157c07 commit ad95d13Copy full SHA for ad95d13
git-mergetool--lib.sh
@@ -138,6 +138,10 @@ setup_user_tool () {
138
merge_cmd () {
139
( eval $merge_tool_cmd )
140
}
141
+
142
+ list_tool_variants () {
143
+ echo "$tool"
144
+ }
145
146
147
setup_tool () {
mergetools/bc
@@ -25,4 +25,5 @@ translate_merge_tool_path() {
25
list_tool_variants () {
26
echo bc
27
echo bc3
28
+ echo bc4
29
0 commit comments