summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-09 19:54:04 -0700
committerJunio C Hamano <gitster@pobox.com>2019-07-09 19:54:04 -0700
commitc9f11c2b3a739e3e249b9e7711bf1ed76ef3c6db (patch)
tree06ddfc72dff8e370e395a3acc692c8ab48147227 /git-rev-list.html
parentd0a9940c76b71c9df840a098a423d3400779d83c (diff)
downloadgit-htmldocs-c9f11c2b3a739e3e249b9e7711bf1ed76ef3c6db.tar.gz
Autogenerated HTML docs for v2.22.0-428-g6d5b2
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html23
1 files changed, 22 insertions, 1 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index d67ce4936..eb467d88f 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -788,6 +788,7 @@ git-rev-list(1) Manual Page
[ --date=&lt;format&gt;]
[ [ --objects | --objects-edge | --objects-edge-aggressive ]
[ --unpacked ]
+ [ --object-names | --no-object-names ]
[ --filter=&lt;filter-spec&gt; [ --filter-print-omitted ] ] ]
[ --missing=&lt;missing-action&gt; ]
[ --pretty | --header ]
@@ -1945,6 +1946,26 @@ together.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--object-names
+</dt>
+<dd>
+<p>
+ Only useful with <code>--objects</code>; print the names of the object IDs
+ that are found. This is the default behavior.
+</p>
+</dd>
+<dt class="hdlist1">
+--no-object-names
+</dt>
+<dd>
+<p>
+ Only useful with <code>--objects</code>; does not print the names of the object
+ IDs that are found. This inverts <code>--object-names</code>. This flag allows
+ the output to be more easily parsed by commands such as
+ <a href="git-cat-file.html">git-cat-file(1)</a>.
+</p>
+</dd>
+<dt class="hdlist1">
--filter=&lt;filter-spec&gt;
</dt>
<dd>
@@ -3203,7 +3224,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
+ 2019-07-09 19:51:04 PDT
</div>
</div>
</body>