diff: document behavior of relative diff.orderFile
Document that a relative pathname for diff.orderFile is interpreted as relative to the top-level work directory. Signed-off-by: Richard Hansen <hansenr@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Richard Hansen committed
Jan 15, 2017 at 17:16 UTC
1a5fccc0c26b4a8abafd85a73558022e65f6f8cf
1 file changed
+2
Documentation/diff-config.txt
+2
@@ -101,6 +101,8 @@ diff.noprefix::
101
diff.orderFile::
102
File indicating how to order files within a diff, using
103
one shell glob pattern per line.
104
+ If `diff.orderFile` is a relative pathname, it is treated as
105
+ relative to the top of the working tree.
106
Can be overridden by the '-O' option to linkgit:git-diff[1].
107
108
diff.renameLimit::