about summary refs log tree commit diff
path: root/third_party/git/mergetools/bc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/mergetools/bc')
-rw-r--r--third_party/git/mergetools/bc5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/git/mergetools/bc b/third_party/git/mergetools/bc
index 3a69e60faa..a89086ee72 100644
--- a/third_party/git/mergetools/bc
+++ b/third_party/git/mergetools/bc
@@ -21,3 +21,8 @@ translate_merge_tool_path() {
 		echo bcompare
 	fi
 }
+
+list_tool_variants () {
+	echo bc
+	echo bc3
+}