X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fdiff-options.txt;h=c62b45cdbade990878b8e8e9371d41d4e3c43bfe;hb=9b3b7fd8072783e2ec20b3cf622713d39b1c8af4;hp=7788d4fa4a1209cbed564a20f882f0946ba400cf;hpb=de813435621b914f2b3e148c6cc94ab0066300c3;p=git.git diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 7788d4fa4..c62b45cdb 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -137,7 +137,8 @@ endif::git-format-patch[] --diff-filter=[ACDMRTUXB*]:: Select only files that are Added (`A`), Copied (`C`), Deleted (`D`), Modified (`M`), Renamed (`R`), have their - type (mode) changed (`T`), are Unmerged (`U`), are + type (i.e. regular file, symlink, submodule, ...) changed (`T`), + are Unmerged (`U`), are Unknown (`X`), or have had their pairing Broken (`B`). Any combination of the filter characters may be used. When `*` (All-or-none) is added to the combination, all