X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-mergetool.txt;h=2a49de7cfe5188b531bc02f1115e253bfa10e0e0;hb=04f6785a089e552585ba022f9d9054eca385ca67;hp=347091010995af95e43ced744b159b277bdb6cdc;hpb=2a764974271aa36101b241fef8e2945db9b418a5;p=git.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 -------