Merge branch 'pk/rebase-in-c-2-basic'
[gitweb.git] / Documentation / rev-list-options.txt
index 7b273635de2b5bf3e3ba6ade8bcca3068a216395..5f1672913b8ab19f6b2cf20d5fa79cfe6b636356 100644 (file)
@@ -731,6 +731,11 @@ 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). Currently, only <depth>=0
+is supported, which omits all blobs and trees.
 
 --no-filter::
        Turn off any previous `--filter=` argument.