X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-mergetool.txt;h=5d3c6328726ba1af829026dd97840fc43335cfe0;hb=3f74c8e8d8721d093655d7bb00ead078d8324100;hp=4c0ffec507185dfe1e88683e1a23066089571d2c;hpb=d83fd33bc14512afdd0d5b8e1d0fe46311531e2e;p=git.git diff --git a/Documentation/git-mergetool.txt b/Documentation/git-mergetool.txt index 4c0ffec50..5d3c63287 100644 --- a/Documentation/git-mergetool.txt +++ b/Documentation/git-mergetool.txt @@ -22,7 +22,8 @@ with merge conflicts. OPTIONS ------- --t or --tool=:: +-t :: +--tool=:: Use the merge resolution program specified by . Valid merge tools are: kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, gvimdiff, ecmerge, and opendiff @@ -60,7 +61,8 @@ variable `mergetool..trustExitCode` can be set to `true`. Otherwise, 'git-mergetool' will prompt the user to indicate the success of the resolution after the custom tool has exited. --y or --no-prompt:: +-y:: +--no-prompt:: Don't prompt before each invocation of the merge resolution program.