diff options
author | David Aguilar <davvid@gmail.com> | 2013-01-26 16:46:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-28 19:00:38 -0800 |
commit | 073678b8e6324a155fa99f40eee0637941a70a34 (patch) | |
tree | f9bdd837ffdfb50efabf58a73769477202e70b50 /mergetools/vimdiff2 | |
parent | mergetool--lib: don't call "exit" in setup_tool (diff) | |
download | tgif-073678b8e6324a155fa99f40eee0637941a70a34.tar.xz |
mergetools: simplify how we handle "vim" and "defaults"
Remove the exceptions for "vim" and "defaults" in the mergetool library
so that every filename in mergetools/ matches 1:1 with the name of a
valid built-in tool.
Define the trivial fallback definition of shell functions in-line in
git-mergetool-lib script, instead of dot-sourcing them from another
file. The result is much easier to follow.
[jc: squashed in an update from John Keeping as well]
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'mergetools/vimdiff2')
-rw-r--r-- | mergetools/vimdiff2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mergetools/vimdiff2 b/mergetools/vimdiff2 new file mode 100644 index 0000000000..04a5bb0ea8 --- /dev/null +++ b/mergetools/vimdiff2 @@ -0,0 +1 @@ +. "$MERGE_TOOLS_DIR/vimdiff" |