X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff.txt;h=7ab20803761b0d5ac69e3b9acc31ed4e9d59ef4c;hb=0c926a3d9c34396636c2fea7a0cd5a4200ea298b;hp=7267bcd7a015291bece97460b9c81f8ace85c990;hpb=f5196dbb25febb15b41ef0e6569aaa1654b8533e;p=git.git diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt index 7267bcd7a..7ab208037 100644 --- a/Documentation/git-diff.txt +++ b/Documentation/git-diff.txt @@ -85,7 +85,7 @@ $ git diff arch/i386 include/asm-i386 <3> nor deletion. <2> show only names and the nature of change, but not actual diff output. --name-status disables usual patch generation -which in turn also disables recursive behaviour, so without -r +which in turn also disables recursive behavior, so without -r you would only see the directory name if there is a change in a file in a subdirectory. <3> limit diff output to named subtrees.