diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-27 20:55:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-27 20:55:17 +0200 |
commit | de54ef2724882f151d71f996991b4c634b6abf41 (patch) | |
tree | 51f5d320b31c7d200fd9d37f5ed218c0b5ddb44d /git-mergetool--lib.sh | |
parent | Merge branch 'js/grep-patterntype-config' (diff) | |
parent | difftool: silence warning (diff) | |
download | git-de54ef2724882f151d71f996991b4c634b6abf41.tar.xz git-de54ef2724882f151d71f996991b4c634b6abf41.zip |
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.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-mergetool--lib.sh b/git-mergetool--lib.sh index f730253c0e..54cb708254 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*) |