1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-07 17:53:12 +01:00
git/contrib/difftool
David Aguilar 5c38ea31f3 contrib: add 'git difftool' for launching common merge tools
'git difftool' is a git command that allows you to compare and edit files
between revisions using common merge tools.  'git difftool' does what
'git mergetool' does but its use is for non-merge situations such as
when preparing commits or comparing changes against the index.
It uses the same configuration variables as 'git mergetool' and
provides the same command-line interface as 'git diff'.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-01-17 21:40:57 -08:00
..
git-difftool contrib: add 'git difftool' for launching common merge tools 2009-01-17 21:40:57 -08:00
git-difftool-helper contrib: add 'git difftool' for launching common merge tools 2009-01-17 21:40:57 -08:00
git-difftool.txt contrib: add 'git difftool' for launching common merge tools 2009-01-17 21:40:57 -08:00