summaryrefslogtreecommitdiffstats
path: root/git-help.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-help.html')
-rw-r--r--git-help.html39
1 files changed, 33 insertions, 6 deletions
diff --git a/git-help.html b/git-help.html
index ac98efd3b..12a904cf6 100644
--- a/git-help.html
+++ b/git-help.html
@@ -750,9 +750,11 @@ git-help(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git help</em> [-a|--all] [--[no-]verbose] [--[no-]external-commands] [--[no-]aliases]
-<em>git help</em> [[-i|--info] [-m|--man] [-w|--web]] [&lt;command&gt;|&lt;guide&gt;]
+<em>git help</em> [[-i|--info] [-m|--man] [-w|--web]] [&lt;command&gt;|&lt;doc&gt;]
<em>git help</em> [-g|--guides]
-<em>git help</em> [-c|--config]</pre>
+<em>git help</em> [-c|--config]
+<em>git help</em> [--user-interfaces]
+<em>git help</em> [--developer-interfaces]</pre>
<div class="attribution">
</div></div>
</div>
@@ -760,15 +762,15 @@ git-help(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>With no options and no <em>&lt;command&gt;</em> or <em>&lt;guide&gt;</em> given, the synopsis of the <em>git</em>
+<div class="paragraph"><p>With no options and no <em>&lt;command&gt;</em> or <em>&lt;doc&gt;</em> given, the synopsis of the <em>git</em>
command and a list of the most commonly used Git commands are printed
on the standard output.</p></div>
<div class="paragraph"><p>If the option <code>--all</code> or <code>-a</code> is given, all available commands are
printed on the standard output.</p></div>
<div class="paragraph"><p>If the option <code>--guides</code> or <code>-g</code> is given, a list of the
Git concept guides is also printed on the standard output.</p></div>
-<div class="paragraph"><p>If a command, or a guide, is given, a manual page for that command or
-guide is brought up. The <em>man</em> program is used by default for this
+<div class="paragraph"><p>If a command or other documentation is given, the relevant manual page
+will be brought up. The <em>man</em> program is used by default for this
purpose, but this can be overridden by other options or configuration
variables.</p></div>
<div class="paragraph"><p>If an alias is given, git shows the definition of the alias on
@@ -846,6 +848,31 @@ former is internally converted into the latter.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--user-interfaces
+</dt>
+<dd>
+<p>
+ Prints a list of the repository, command and file interfaces
+ documentation on the standard output.
+</p>
+<div class="paragraph"><p>In-repository file interfaces such as <code>.git/info/exclude</code> are
+documented here (see <a href="gitrepository-layout.html">gitrepository-layout(5)</a>), as well as
+in-tree configuration such as <code>.mailmap</code> (see <a href="gitmailmap.html">gitmailmap(5)</a>).</p></div>
+<div class="paragraph"><p>This section of the documentation also covers general or widespread
+user-interface conventions (e.g. <a href="gitcli.html">gitcli(7)</a>), and
+pseudo-configuration such as the file-based <code>.git/hooks/*</code> interface
+described in <a href="githooks.html">githooks(5)</a>.</p></div>
+</dd>
+<dt class="hdlist1">
+--developer-interfaces
+</dt>
+<dd>
+<p>
+ Print list of file formats, protocols and other developer
+ interfaces documentation on the standard output.
+</p>
+</dd>
+<dt class="hdlist1">
-i
</dt>
<dt class="hdlist1">
@@ -1029,7 +1056,7 @@ See <a href="git-config.html">git-config(1)</a> for more information about this.
<div id="footer">
<div id="footer-text">
Last updated
- 2022-03-09 14:17:38 PST
+ 2022-08-18 14:11:07 PDT
</div>
</div>
</body>