X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-tree.txt;h=5ccf0ba1291d2175ef1bf9dea35ac174b59a24e6;hb=3459c2c433ac46eac596810d2ef2c3d4ef949852;hp=b2095cb04959ab2c21ee1b51ba0e7b169bd5b53d;hpb=98e031f0bb6e857c684e6db24d03d22cfc1a532a;p=git.git diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index b2095cb0..5ccf0ba1 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -86,7 +86,7 @@ Or if you are searching for what changed in just `kernel/sched.c`, just do and it will ignore all differences to other files. The pattern is always the prefix, and is matched exactly. There are no -wildcards. Even stricter, it has to match complete path comonent. +wildcards. Even stricter, it has to match a complete path component. I.e. "foo" does not pick up `foobar.h`. "foo" does match `foo/bar.h` so it can be used to name subdirectories.