summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-07-28 14:02:52 -0700
committerJunio C Hamano <gitster@pobox.com>2021-07-28 14:02:52 -0700
commit20cf493fa70faeee54b449ba267598e3b3982edb (patch)
tree9639e3f02bbf40815f887b3a346fd3d9a10e9886 /git-rev-list.html
parent3c27de63e121444e76e7178a4f5bdc73cfccb416 (diff)
downloadgit-htmldocs-20cf493fa70faeee54b449ba267598e3b3982edb.tar.gz
Autogenerated HTML docs for v2.32.0-452-g940fe
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 181d37cba..de7c73ddf 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -2091,7 +2091,7 @@ as <em>blob:limit=1024</em>.</p></div>
which are not of the requested type.</p></div>
<div class="paragraph"><p>The form <em>--filter=sparse:oid=&lt;blob-ish&gt;</em> uses a sparse-checkout
specification contained in the blob (or blob-expression) <em>&lt;blob-ish&gt;</em>
-to omit blobs that would not be not required for a sparse checkout on
+to omit blobs that would not be required for a sparse checkout on
the requested refs.</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
@@ -2404,6 +2404,24 @@ the time zone is omitted when the local time zone is used
</p>
</dd>
<dt class="hdlist1">
+--no-commit-header
+</dt>
+<dd>
+<p>
+ Suppress the header line containing "commit" and the object ID printed before
+ the specified format. This has no effect on the built-in formats; only custom
+ formats are affected.
+</p>
+</dd>
+<dt class="hdlist1">
+--commit-header
+</dt>
+<dd>
+<p>
+ Overrides a previous <code>--no-commit-header</code>.
+</p>
+</dd>
+<dt class="hdlist1">
--parents
</dt>
<dd>