summaryrefslogtreecommitdiffstats
path: root/git-commit-graph.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-16 16:37:35 +0900
committerJunio C Hamano <gitster@pobox.com>2018-10-16 16:37:35 +0900
commit32a7527a335c1725848d37986ce4b54ab9861c9d (patch)
tree02359b56b9036ac8a2b9967754dd74eecbe8ca2b /git-commit-graph.html
parent6811c064ad2e5451dbbd9b7ade4839dca12479c4 (diff)
downloadgit-htmldocs-32a7527a335c1725848d37986ce4b54ab9861c9d.tar.gz
Autogenerated HTML docs for v2.19.1-450-ga4b8a
Diffstat (limited to 'git-commit-graph.html')
-rw-r--r--git-commit-graph.html41
1 files changed, 17 insertions, 24 deletions
diff --git a/git-commit-graph.html b/git-commit-graph.html
index 62fbec8bc..8d8461417 100644
--- a/git-commit-graph.html
+++ b/git-commit-graph.html
@@ -740,7 +740,7 @@ git-commit-graph(1) Manual Page
<h2>NAME</h2>
<div class="sectionbody">
<p>git-commit-graph -
- Write and verify Git commit graph files
+ Write and verify Git commit-graph files
</p>
</div>
</div>
@@ -759,7 +759,7 @@ git-commit-graph(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Manage the serialized commit graph file.</p></div>
+<div class="paragraph"><p>Manage the serialized commit-graph file.</p></div>
</div>
</div>
<div class="sect1">
@@ -771,11 +771,11 @@ git-commit-graph(1) Manual Page
</dt>
<dd>
<p>
- Use given directory for the location of packfiles and commit graph
+ Use given directory for the location of packfiles and commit-graph
file. This parameter exists to specify the location of an alternate
- that only has the objects directory, not a full .git directory. The
- commit graph file is expected to be at &lt;dir&gt;/info/commit-graph and
- the packfiles are expected to be in &lt;dir&gt;/pack.
+ that only has the objects directory, not a full <code>.git</code> directory. The
+ commit-graph file is expected to be at <code>&lt;dir&gt;/info/commit-graph</code> and
+ the packfiles are expected to be in <code>&lt;dir&gt;/pack</code>.
</p>
</dd>
</dl></div>
@@ -790,7 +790,7 @@ git-commit-graph(1) Manual Page
</dt>
<dd>
<p>
-Write a commit graph file based on the commits found in packfiles.
+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
@@ -810,8 +810,8 @@ existing commit-graph file.</p></div>
</dt>
<dd>
<p>
-Read a graph file given by the commit-graph file and output basic
-details about the graph file. Used for debugging purposes.
+Read the commit-graph file and output basic details about it.
+Used for debugging purposes.
</p>
</dd>
<dt class="hdlist1">
@@ -832,7 +832,8 @@ database. Used to check for corrupted data.
<div class="ulist"><ul>
<li>
<p>
-Write a commit graph file for the packed commits in your local .git folder.
+Write a commit-graph file for the packed commits in your local <code>.git</code>
+ directory.
</p>
<div class="listingblock">
<div class="content">
@@ -841,12 +842,8 @@ Write a commit graph file for the packed commits in your local .git folder.
</li>
<li>
<p>
-Write a graph file, extending the current graph file using commits
-</p>
-</li>
-<li>
-<p>
-in &lt;pack-index&gt;.
+Write a commit-graph file, extending the current commit-graph file
+ using commits in <code>&lt;pack-index&gt;</code>.
</p>
<div class="listingblock">
<div class="content">
@@ -855,7 +852,7 @@ in &lt;pack-index&gt;.
</li>
<li>
<p>
-Write a graph file containing all reachable commits.
+Write a commit-graph file containing all reachable commits.
</p>
<div class="listingblock">
<div class="content">
@@ -864,12 +861,8 @@ Write a graph file containing all reachable commits.
</li>
<li>
<p>
-Write a graph file containing all commits in the current
-</p>
-</li>
-<li>
-<p>
-commit-graph file along with those reachable from HEAD.
+Write a commit-graph file containing all commits in the current
+ commit-graph file along with those reachable from <code>HEAD</code>.
</p>
<div class="listingblock">
<div class="content">
@@ -899,7 +892,7 @@ Read basic information from the commit-graph file.
<div id="footer">
<div id="footer-text">
Last updated
- 2018-08-02 16:01:08 PDT
+ 2018-10-16 16:37:05 JST
</div>
</div>
</body>