summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-06-03 12:55:17 -0700
committerJunio C Hamano <gitster@pobox.com>2019-06-03 12:55:17 -0700
commit0887d04e13197ff19e9d7a3c412ee395fe97cdd3 (patch)
treeb498605666758861a7d1a8f4b939c97261eed92a /rev-list-options.txt
parentc01eecf936b3fc58968e889f0c1e7ab7340df593 (diff)
downloadgit-htmldocs-0887d04e13197ff19e9d7a3c412ee395fe97cdd3.tar.gz
Autogenerated HTML docs for v2.22.0-rc3
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index ddbc1de43..71a1fcc09 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -725,9 +725,6 @@ specification contained in the blob (or blob-expression) '<blob-ish>'
to omit blobs that would not be not required for a sparse checkout on
the requested refs.
+
-The form '--filter=sparse:path=<path>' similarly uses a sparse-checkout
-specification contained in <path>.
-+
The form '--filter=tree:<depth>' omits all blobs and trees whose depth
from the root tree is >= <depth> (minimum depth if an object is located
at multiple depths in the commits traversed). <depth>=0 will not include
@@ -737,6 +734,10 @@ tree and blobs which are referenced directly by a commit reachable from
<commit> or an explicitly-given object. <depth>=2 is like <depth>=1
while also including trees and blobs one more level removed from an
explicitly-given commit or tree.
++
+Note that the form '--filter=sparse:path=<path>' that wants to read
+from an arbitrary path on the filesystem has been dropped for security
+reasons.
--no-filter::
Turn off any previous `--filter=` argument.