aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-mergetool.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-03-13Add git-mergetool to run an appropriate merge conflict resolution programTheodore Ts'o1-0/+46
The git-mergetool program can be used to automatically run an appropriate merge resolution program to resolve merge conflicts. It will automatically run one of kdiff3, tkdiff, meld, xxdiff, or emacs emerge programs. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>