diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git-cat-file.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-cat-file.adoc b/Documentation/git-cat-file.adoc index da92eed117..afcdb0a473 100644 --- a/Documentation/git-cat-file.adoc +++ b/Documentation/git-cat-file.adoc @@ -88,7 +88,9 @@ OPTIONS been explicitly requested via any of the batch modes that read objects via standard input (`--batch`, `--batch-check`) will be reported as "filtered". Excluded objects in `--batch-all-objects` mode will not be - printed at all. No filters are supported yet. + printed at all. The '<filter-spec>' may be one of the following: ++ +The form '--filter=blob:none' omits all blobs. --path=<path>:: For use with `--textconv` or `--filters`, to allow specifying an object |
