summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-05 15:33:56 -0800
committerJunio C Hamano <gitster@pobox.com>2019-02-05 15:33:56 -0800
commit2567b326fac6961a6fc6075ad2f22a744252f2f3 (patch)
tree2e4c640f64f1f8f00b992e414a2fd316aea798d4 /git-rev-list.html
parentcf7310088e7328f8aa7ea2c5de767ef9499b5d78 (diff)
downloadgit-htmldocs-2567b326fac6961a6fc6075ad2f22a744252f2f3.tar.gz
Autogenerated HTML docs for v2.20.1-519-g8fedd
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index ba58789ae..e6202db90 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1314,19 +1314,19 @@ depending on a few rules:</p></div>
<li>
<p>
If the starting point is specified as <code>ref@{Nth}</code>, show the index
-format.
+ format.
</p>
</li>
<li>
<p>
If the starting point was specified as <code>ref@{now}</code>, show the
-timestamp format.
+ timestamp format.
</p>
</li>
<li>
<p>
If neither was used, but <code>--date</code> was given on the command line, show
-the timestamp in the format requested by <code>--date</code>.
+ the timestamp in the format requested by <code>--date</code>.
</p>
</li>
<li>
@@ -1966,8 +1966,13 @@ the requested refs.</p></div>
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>
+at multiple depths in the commits traversed). &lt;depth&gt;=0 will not include
+any trees or blobs unless included explicitly in the command-line (or
+standard input when --stdin is used). &lt;depth&gt;=1 will include only the
+tree and blobs which are referenced directly by a commit reachable from
+&lt;commit&gt; or an explicitly-given object. &lt;depth&gt;=2 is like &lt;depth&gt;=1
+while also including trees and blobs one more level removed from an
+explicitly-given commit or tree.</p></div>
</dd>
<dt class="hdlist1">
--no-filter