Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpudinha <rogi@skylittlesystem.org>2020-07-30 00:31:12 +0300
committerJunio C Hamano <gitster@pobox.com>2020-07-30 00:44:46 +0300
commit83bbf9b92ea8a10a60f44369a200b39ce5db78cd (patch)
treebea3696ce802875e371f45e8af0281edd4810c9a /mergetools/bc3
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc (diff)
mergetool--lib: improve support for vimdiff-style tool variants
The merge tools vimdiff2, vimdiff3, gvimdiff2, gvimdiff3 and bc3 are all variants of the main tools vimdiff and bc. They are implemented in the main and a one-liner script that just sources it exist for each. Allow variants ending in [0-9] to be correctly wired without the need for such one-liners, so instead of 5 scripts, only 1 (gvimdiff) is needed. Signed-off-by: pudinha <rogi@skylittlesystem.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'mergetools/bc3')
-rw-r--r--mergetools/bc31
1 files changed, 0 insertions, 1 deletions
diff --git a/mergetools/bc3 b/mergetools/bc3
deleted file mode 100644
index 5d8dd48184..0000000000
--- a/mergetools/bc3
+++ /dev/null
@@ -1 +0,0 @@
-. "$MERGE_TOOLS_DIR/bc"