summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
Diffstat (limited to 'git.html')
-rw-r--r--git.html174
1 files changed, 141 insertions, 33 deletions
diff --git a/git.html b/git.html
index d8a03143a..7c83e67a0 100644
--- a/git.html
+++ b/git.html
@@ -2385,22 +2385,6 @@ users typically do not use them directly.</p></div>
<div class="paragraph"><p>The following documentation pages are guides about Git concepts.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="gitattributes.html">gitattributes(5)</a>
-</dt>
-<dd>
-<p>
- Defining attributes per path.
-</p>
-</dd>
-<dt class="hdlist1">
-<a href="gitcli.html">gitcli(7)</a>
-</dt>
-<dd>
-<p>
- Git command-line interface and conventions.
-</p>
-</dd>
-<dt class="hdlist1">
<a href="gitcore-tutorial.html">gitcore-tutorial(7)</a>
</dt>
<dd>
@@ -2457,6 +2441,80 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
+<a href="gitnamespaces.html">gitnamespaces(7)</a>
+</dt>
+<dd>
+<p>
+ Git namespaces.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitremote-helpers.html">gitremote-helpers(7)</a>
+</dt>
+<dd>
+<p>
+ Helper programs to interact with remote repositories.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitsubmodules.html">gitsubmodules(7)</a>
+</dt>
+<dd>
+<p>
+ Mounting one repository inside another.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gittutorial.html">gittutorial(7)</a>
+</dt>
+<dd>
+<p>
+ A tutorial introduction to Git.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gittutorial-2.html">gittutorial-2(7)</a>
+</dt>
+<dd>
+<p>
+ A tutorial introduction to Git: part two.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitworkflows.html">gitworkflows(7)</a>
+</dt>
+<dd>
+<p>
+ An overview of recommended workflows with Git.
+</p>
+</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_repository_command_and_file_interfaces">Repository, command and file interfaces</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This documentation discusses repository and command interfaces which
+users are expected to interact with directly. See <code>--user-formats</code> in
+<a href="git-help.html">git-help(1)</a> for more details on the critera.</p></div>
+<div class="dlist"><dl>
+<dt class="hdlist1">
+<a href="gitattributes.html">gitattributes(5)</a>
+</dt>
+<dd>
+<p>
+ Defining attributes per path.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitcli.html">gitcli(7)</a>
+</dt>
+<dd>
+<p>
+ Git command-line interface and conventions.
+</p>
+</dd>
+<dt class="hdlist1">
<a href="githooks.html">githooks(5)</a>
</dt>
<dd>
@@ -2489,67 +2547,117 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitnamespaces.html">gitnamespaces(7)</a>
+<a href="gitrepository-layout.html">gitrepository-layout(5)</a>
</dt>
<dd>
<p>
- Git namespaces.
+ Git Repository Layout.
</p>
</dd>
<dt class="hdlist1">
-<a href="gitremote-helpers.html">gitremote-helpers(7)</a>
+<a href="gitrevisions.html">gitrevisions(7)</a>
</dt>
<dd>
<p>
- Helper programs to interact with remote repositories.
+ Specifying revisions and ranges for Git.
</p>
</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_file_formats_protocols_and_other_developer_interfaces">File formats, protocols and other developer interfaces</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This documentation discusses file formats, over-the-wire protocols and
+other git developer interfaces. See <code>--developer-interfaces</code> in
+<a href="git-help.html">git-help(1)</a>.</p></div>
+<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="gitrepository-layout.html">gitrepository-layout(5)</a>
+<a href="gitformat-bundle.html">gitformat-bundle(5)</a>
</dt>
<dd>
<p>
- Git Repository Layout.
+ The bundle file format.
</p>
</dd>
<dt class="hdlist1">
-<a href="gitrevisions.html">gitrevisions(7)</a>
+<a href="gitformat-chunk.html">gitformat-chunk(5)</a>
</dt>
<dd>
<p>
- Specifying revisions and ranges for Git.
+ Chunk-based file formats.
</p>
</dd>
<dt class="hdlist1">
-<a href="gitsubmodules.html">gitsubmodules(7)</a>
+<a href="gitformat-commit-graph.html">gitformat-commit-graph(5)</a>
</dt>
<dd>
<p>
- Mounting one repository inside another.
+ Git commit graph format.
</p>
</dd>
<dt class="hdlist1">
-<a href="gittutorial.html">gittutorial(7)</a>
+<a href="gitformat-index.html">gitformat-index(5)</a>
</dt>
<dd>
<p>
- A tutorial introduction to Git.
+ Git index format.
</p>
</dd>
<dt class="hdlist1">
-<a href="gittutorial-2.html">gittutorial-2(7)</a>
+<a href="gitformat-pack.html">gitformat-pack(5)</a>
</dt>
<dd>
<p>
- A tutorial introduction to Git: part two.
+ Git pack format.
</p>
</dd>
<dt class="hdlist1">
-<a href="gitworkflows.html">gitworkflows(7)</a>
+<a href="gitformat-signature.html">gitformat-signature(5)</a>
</dt>
<dd>
<p>
- An overview of recommended workflows with Git.
+ Git cryptographic signature formats.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitprotocol-capabilities.html">gitprotocol-capabilities(5)</a>
+</dt>
+<dd>
+<p>
+ Protocol v0 and v1 capabilities.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitprotocol-common.html">gitprotocol-common(5)</a>
+</dt>
+<dd>
+<p>
+ Things common to various protocols.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitprotocol-http.html">gitprotocol-http(5)</a>
+</dt>
+<dd>
+<p>
+ Git HTTP-based protocols.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitprotocol-pack.html">gitprotocol-pack(5)</a>
+</dt>
+<dd>
+<p>
+ How packs are transferred over-the-wire.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="gitprotocol-v2.html">gitprotocol-v2(5)</a>
+</dt>
+<dd>
+<p>
+ Git Wire Protocol, Version 2.
</p>
</dd>
</dl></div>
@@ -3660,7 +3768,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2022-07-27 09:46:08 PDT
+ 2022-08-18 14:11:07 PDT
</div>
</div>
</body>