mirror of
https://github.com/git/git.git
synced 2026-01-28 03:22:25 +00:00
This topic branch brings the new, experimental builtin version of the difftool into Git for Windows' master branch. It still hands off to the legacy Perl script unless the feature flag is flipped: only when the config setting difftool.useBuiltin is set to true will `git difftool` actually use the experimental builtin. The idea is to play it safe for the majority of users, but to allow heavy difftool users to test early and to help make the builtin robust, before we actually retire the Perl script. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>