Use a `<spec>' placeholder instead of the regex-like bracket expression to make it more consistent with other similar places. Signed-off-by: ÅtÄpÃn NÄmec <stepnem@xxxxxxxxx> --- Documentation/diff-options.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index cbf3c92..719f589 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -248,13 +248,13 @@ endif::git-log[] If `n` is specified, it has the same meaning as for `-M<n>`. ifndef::git-format-patch[] ---diff-filter=[ACDMRTUXB*]:: +--diff-filter=<spec>:: + '<spec>' can be any combination of the characters `ACDMRTUXB*`. Select only files that are Added (`A`), Copied (`C`), Deleted (`D`), Modified (`M`), Renamed (`R`), have their 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 paths are selected if there is any file that matches other criteria in the comparison; if there is no file -- 1.7.3.rc2.221.gbf93f.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html