Code

mergetool: Use args as pathspec to unmerged files
[git.git] / Documentation / git-mergetool.txt
index 8c79ae8d2a610bf4f1dea1a840bfc52e85d90fd9..f1f4e7a07ddd9f09aaccec9f93d14e6cc3689a0a 100644 (file)
@@ -16,9 +16,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 <file> parameters are given, the merge tool program will
-be run to resolve differences on each file.  If no <file> 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 <file> names are specified, 'git mergetool' will run
+the merge tool program on every file with merge conflicts.
 
 OPTIONS
 -------