summaryrefslogtreecommitdiffstats
path: root/git-commit-graph.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-02 16:01:45 -0700
committerJunio C Hamano <gitster@pobox.com>2018-08-02 16:01:45 -0700
commitf09b7cd0fc08d1df0fbd5c756672772049836b7a (patch)
treef5407aed048f255184084b9127f43dbf337eb27a /git-commit-graph.html
parent1ff0338e53a8f0c62e5a9370e770e20058c5ad1e (diff)
downloadgit-htmldocs-f09b7cd0fc08d1df0fbd5c756672772049836b7a.tar.gz
Autogenerated HTML docs for v2.18.0-547-g1d893
Diffstat (limited to 'git-commit-graph.html')
-rw-r--r--git-commit-graph.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/git-commit-graph.html b/git-commit-graph.html
index e66262c92..62fbec8bc 100644
--- a/git-commit-graph.html
+++ b/git-commit-graph.html
@@ -750,6 +750,7 @@ git-commit-graph(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git commit-graph read</em> [--object-dir &lt;dir&gt;]
+<em>git commit-graph verify</em> [--object-dir &lt;dir&gt;]
<em>git commit-graph write</em> &lt;options&gt; [--object-dir &lt;dir&gt;]</pre>
<div class="attribution">
</div></div>
@@ -793,11 +794,14 @@ Write a commit graph file based on the commits found in packfiles.
</p>
<div class="paragraph"><p>With the <code>--stdin-packs</code> option, generate the new commit graph by
walking objects only in the specified pack-indexes. (Cannot be combined
-with --stdin-commits.)</p></div>
+with <code>--stdin-commits</code> or <code>--reachable</code>.)</p></div>
<div class="paragraph"><p>With the <code>--stdin-commits</code> option, generate the new commit graph by
walking commits starting at the commits specified in stdin as a list
of OIDs in hex, one OID per line. (Cannot be combined with
---stdin-packs.)</p></div>
+<code>--stdin-packs</code> or <code>--reachable</code>.)</p></div>
+<div class="paragraph"><p>With the <code>--reachable</code> option, generate the new commit graph by walking
+commits starting at all refs. (Cannot be combined with <code>--stdin-commits</code>
+or <code>--stdin-packs</code>.)</p></div>
<div class="paragraph"><p>With the <code>--append</code> option, include all commits that are present in the
existing commit-graph file.</p></div>
</dd>
@@ -810,6 +814,15 @@ Read a graph file given by the commit-graph file and output basic
details about the graph file. Used for debugging purposes.
</p>
</dd>
+<dt class="hdlist1">
+<em>verify</em>
+</dt>
+<dd>
+<p>
+Read the commit-graph file and verify its contents against the object
+database. Used to check for corrupted data.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -886,7 +899,7 @@ Read basic information from the commit-graph file.
<div id="footer">
<div id="footer-text">
Last updated
- 2018-05-08 00:51:20 PDT
+ 2018-08-02 16:01:08 PDT
</div>
</div>
</body>