X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Documentation%2Fgit-mergetool.txt;h=2a49de7cfe5188b531bc02f1115e253bfa10e0e0;hb=87d99c64dfa8880592104245896557aa530d4fd9;hp=347091010995af95e43ced744b159b277bdb6cdc;hpb=716b64a73e65d7494dfb37631292fcbe8cb34cc0;p=git-core%2Fgit.git diff --git a/Documentation/git-mergetool.txt b/Documentation/git-mergetool.txt index 347091010..2a49de7cf 100644 --- a/Documentation/git-mergetool.txt +++ b/Documentation/git-mergetool.txt @@ -17,9 +17,10 @@ Use `git mergetool` to run one of several merge utilities to resolve merge conflicts. It is typically run after 'git merge'. If one or more parameters are given, the merge tool program will -be run to resolve differences on each file. If no names are -specified, 'git mergetool' will run the merge tool program on every file -with merge conflicts. +be run to resolve differences on each file (skipping those without +conflicts). Specifying a directory will include all unresolved files in +that path. If no names are specified, 'git mergetool' will run +the merge tool program on every file with merge conflicts. OPTIONS -------