Imported Upstream version 2.28.0
[platform/upstream/git.git] / Documentation / config / diff.txt
index ff09f1c..c3ae136 100644 (file)
@@ -105,6 +105,10 @@ diff.mnemonicPrefix::
 diff.noprefix::
        If set, 'git diff' does not show any source or destination prefix.
 
+diff.relative::
+       If set to 'true', 'git diff' does not show changes outside of the directory
+       and show pathnames relative to the current directory.
+
 diff.orderFile::
        File indicating how to order files within a diff.
        See the '-O' option to linkgit:git-diff[1] for details.