diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-22 13:05:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-22 13:05:54 -0700 |
commit | 8f0c15bfb6f23c5afea36d6698dea157d53c0c72 (patch) | |
tree | 38f34fd4e415747be5f918ce8c56fca12bc080a2 /Documentation | |
parent | The fifth batch (diff) | |
parent | doc/rev-list-options: fix duplicate word typo (diff) | |
download | tgif-8f0c15bfb6f23c5afea36d6698dea157d53c0c72.tar.xz |
Merge branch 'jk/typofix'
Typofix.
* jk/typofix:
doc/rev-list-options: fix duplicate word typo
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/rev-list-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 5bf2a85f69..5200f18d2c 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -897,7 +897,7 @@ which are not of the requested type. + The form '--filter=sparse:oid=<blob-ish>' uses a sparse-checkout specification contained in the blob (or blob-expression) '<blob-ish>' -to omit blobs that would not be not required for a sparse checkout on +to omit blobs that would not be required for a sparse checkout on the requested refs. + The form '--filter=tree:<depth>' omits all blobs and trees whose depth |