summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-29 13:19:52 -0800
committerJunio C Hamano <gitster@pobox.com>2019-01-29 13:19:52 -0800
commitcf7310088e7328f8aa7ea2c5de767ef9499b5d78 (patch)
tree3f331489198d3d1af7c9948f12c477e4ba93ac71 /rev-list-options.txt
parenta90214fb857c988a9e8dff46626dc715918a9330 (diff)
downloadgit-htmldocs-cf7310088e7328f8aa7ea2c5de767ef9499b5d78.tar.gz
Autogenerated HTML docs for v2.20.1-390-gb5101
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 91b3a72bd..98b538bc7 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -730,13 +730,8 @@ 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
-any trees or blobs unless included explicitly in the command-line (or
-standard input when --stdin is used). <depth>=1 will include only the
-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.
+at multiple depths in the commits traversed). Currently, only <depth>=0
+is supported, which omits all blobs and trees.
--no-filter::
Turn off any previous `--filter=` argument.