summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-30 16:34:40 +0900
committerJunio C Hamano <gitster@pobox.com>2018-10-30 16:34:40 +0900
commit94d00a5c4ebb12f2552118f261d8f82c05c2501d (patch)
tree89cfa22e35b5476dd4ae8ab79277fa6f2eb25557 /git-rev-list.html
parenta4df8edd688285dc532353d4075d979d5ec20306 (diff)
downloadgit-htmldocs-94d00a5c4ebb12f2552118f261d8f82c05c2501d.tar.gz
Autogenerated HTML docs for v2.19.1-708-g4ede3
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index ed7fbefd1..06260e828 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1967,6 +1967,10 @@ to omit blobs that would not be not required for a sparse checkout on
the requested refs.</p></div>
<div class="paragraph"><p>The form <em>--filter=sparse:path=&lt;path&gt;</em> similarly uses a sparse-checkout
specification contained in &lt;path&gt;.</p></div>
+<div class="paragraph"><p>The form <em>--filter=tree:&lt;depth&gt;</em> omits all blobs and trees whose depth
+from the root tree is &gt;= &lt;depth&gt; (minimum depth if an object is located
+at multiple depths in the commits traversed). Currently, only &lt;depth&gt;=0
+is supported, which omits all blobs and trees.</p></div>
</dd>
<dt class="hdlist1">
--no-filter
@@ -2903,7 +2907,7 @@ $ git log -2 --pretty=%h 4da45bef</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-01-27 08:11:04 JST
</div>
</div>
</body>