Merge branch 'rs/update-hook-optim'
[gitweb.git] / Documentation / diff-config.txt
index 15521f5191b6fdba66c2d3d4f92491dd8c4524f3..cbce8ec63841e8631f7122dae6e084b15e16832d 100644 (file)
@@ -105,9 +105,10 @@ diff.noprefix::
        If set, 'git diff' does not show any source or destination prefix.
 
 diff.orderFile::
-       File indicating how to order files within a diff, using
-       one shell glob pattern per line.
-       Can be overridden by the '-O' option to linkgit:git-diff[1].
+       File indicating how to order files within a diff.
+       See the '-O' option to linkgit:git-diff[1] for details.
+       If `diff.orderFile` is a relative pathname, it is treated as
+       relative to the top of the working tree.
 
 diff.renameLimit::
        The number of files to consider when performing the copy/rename