Add Code Compare v2.80.4 as a merge / diff tool for Windows
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 10 Aug 2012 08:21:06 +0000 (10:21 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Aug 2012 15:08:08 +0000 (08:08 -0700)
Code Compare is a commercial file comparison tool for Windows, see

http://www.devart.com/codecompare/

Version 2.80.4 added support for command line arguments preceded by a
dash instead of a slash. This is required for Git for Windows because
slashes in command line arguments get mangled with according to these
rules:

http://www.mingw.org/wiki/Posix_path_conversion

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found