summaryrefslogtreecommitdiffstats
path: root/git-commit-graph.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-09 14:55:30 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-09 14:55:30 +0900
commit48cd3f1251acf31e83d2e59ddf2176aa8e84290c (patch)
tree56769f5f3a65e8ce06b8eaa6f1b8bb795c8c6434 /git-commit-graph.html
parenta8858316fb3186e69d324183d9af58ef55dfb794 (diff)
downloadgit-htmldocs-48cd3f1251acf31e83d2e59ddf2176aa8e84290c.tar.gz
Autogenerated HTML docs for v2.23.0-526-g70bf0
Diffstat (limited to 'git-commit-graph.html')
-rw-r--r--git-commit-graph.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/git-commit-graph.html b/git-commit-graph.html
index ec1ab31a9..5c09981c8 100644
--- a/git-commit-graph.html
+++ b/git-commit-graph.html
@@ -750,8 +750,8 @@ 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;] [--shallow]
-<em>git commit-graph write</em> &lt;options&gt; [--object-dir &lt;dir&gt;]</pre>
+<em>git commit-graph verify</em> [--object-dir &lt;dir&gt;] [--shallow] [--[no-]progress]
+<em>git commit-graph write</em> &lt;options&gt; [--object-dir &lt;dir&gt;] [--[no-]progress]</pre>
<div class="attribution">
</div></div>
</div>
@@ -778,6 +778,15 @@ git-commit-graph(1) Manual Page
the packfiles are expected to be in <code>&lt;dir&gt;/pack</code>.
</p>
</dd>
+<dt class="hdlist1">
+--[no-]progress
+</dt>
+<dd>
+<p>
+ Turn progress on/off explicitly. If neither is specified, progress is
+ shown if standard error is connected to a terminal.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -919,7 +928,7 @@ Read basic information from the commit-graph file.
<div id="footer">
<div id="footer-text">
Last updated
- 2019-07-20 04:46:47 JST
+ 2019-10-09 14:51:03 JST
</div>
</div>
</body>