summaryrefslogtreecommitdiffstats
path: root/git-bugreport.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-bugreport.html')
-rw-r--r--git-bugreport.html27
1 files changed, 25 insertions, 2 deletions
diff --git a/git-bugreport.html b/git-bugreport.html
index 764dfb98b..4374c93c9 100644
--- a/git-bugreport.html
+++ b/git-bugreport.html
@@ -749,7 +749,8 @@ git-bugreport(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git bugreport</em> [(-o | --output-directory) &lt;path&gt;] [(-s | --suffix) &lt;format&gt;]</pre>
+<pre class="content"><em>git bugreport</em> [(-o | --output-directory) &lt;path&gt;] [(-s | --suffix) &lt;format&gt;]
+ [--diagnose[=&lt;mode&gt;]]</pre>
<div class="attribution">
</div></div>
</div>
@@ -807,6 +808,9 @@ $SHELL
</p>
</li>
</ul></div>
+<div class="paragraph"><p>Additional information may be gathered into a separate zip archive using the
+<code>--diagnose</code> option, and can be attached alongside the bugreport document to
+provide additional context to readers.</p></div>
<div class="paragraph"><p>This tool is invoked via the typical Git setup process, which means that in some
cases, it might not be able to launch - for example, if a relevant config file
is unreadable. In this kind of scenario, it may be helpful to manually gather
@@ -842,6 +846,25 @@ the kind of information listed above when manually asking for help.</p></div>
strftime(3) format string; the current local time will be used.
</p>
</dd>
+<dt class="hdlist1">
+--no-diagnose
+</dt>
+<dt class="hdlist1">
+--diagnose[=&lt;mode&gt;]
+</dt>
+<dd>
+<p>
+ Create a zip archive of supplemental information about the user&#8217;s
+ machine, Git client, and repository state. The archive is written to the
+ same output directory as the bug report and is named
+ <em>git-diagnostics-&lt;formatted suffix&gt;</em>.
+</p>
+<div class="paragraph"><p>Without <code>mode</code> specified, the diagnostic archive will contain the default set of
+statistics reported by <code>git diagnose</code>. An optional <code>mode</code> value may be specified
+to change which information is included in the archive. See
+<a href="git-diagnose.html">git-diagnose(1)</a> for the list of valid values for <code>mode</code> and details
+about their usage.</p></div>
+</dd>
</dl></div>
</div>
</div>
@@ -856,7 +879,7 @@ the kind of information listed above when manually asking for help.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-09-16 17:36:39 PDT
+ 2022-08-25 15:15:05 PDT
</div>
</div>
</body>