summaryrefslogtreecommitdiff
path: root/git-mergetool--lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-08-27 18:55:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-08-27 18:55:17 (GMT)
commitde54ef2724882f151d71f996991b4c634b6abf41 (patch)
tree51f5d320b31c7d200fd9d37f5ed218c0b5ddb44d /git-mergetool--lib.sh
parent445d2c51a4b6883d6a7b14228d5de0bb22a09d8e (diff)
parented36e5bd41f7192e42e9b4c573875a343a9daf48 (diff)
downloadgit-de54ef2724882f151d71f996991b4c634b6abf41.zip
git-de54ef2724882f151d71f996991b4c634b6abf41.tar.gz
git-de54ef2724882f151d71f996991b4c634b6abf41.tar.bz2
Merge branch 'da/difftool-updates'
"git difftool --dir-diff" learned to use symbolic links to prepare temporary copy of the working tree when available. * da/difftool-updates: difftool: silence warning Add Code Compare v2.80.4 as a merge / diff tool for Windows mergetool,difftool: Document --tool-help consistently difftool: Disable --symlinks on cygwin difftool: Handle compare() returning -1 difftool: Wrap long lines for readability difftool: Check all return codes from compare() difftool: Handle finding mergetools/ in a path with spaces difftool: Use symlinks when diffing against the worktree difftool: Call the temp directory "git-difftool" difftool: Move option values into a hash difftool: Eliminate global variables difftool: Simplify print_tool_help()
Diffstat (limited to 'git-mergetool--lib.sh')
-rw-r--r--git-mergetool--lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-mergetool--lib.sh b/git-mergetool--lib.sh
index f730253..54cb708 100644
--- a/git-mergetool--lib.sh
+++ b/git-mergetool--lib.sh
@@ -126,7 +126,7 @@ list_merge_tool_candidates () {
else
tools="opendiff kdiff3 tkdiff xxdiff meld $tools"
fi
- tools="$tools gvimdiff diffuse ecmerge p4merge araxis bc3"
+ tools="$tools gvimdiff diffuse ecmerge p4merge araxis bc3 codecompare"
fi
case "${VISUAL:-$EDITOR}" in
*vim*)