summaryrefslogtreecommitdiffstats
path: root/gitprotocol-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
commit33be82183d4cd6dc645f64da1402cf9a3f4cdbf3 (patch)
tree4a681cad5c6da23a7d7f56022666fb31397026d2 /gitprotocol-pack.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'gitprotocol-pack.html')
-rw-r--r--gitprotocol-pack.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/gitprotocol-pack.html b/gitprotocol-pack.html
index 0dfa78382..dc70204f4 100644
--- a/gitprotocol-pack.html
+++ b/gitprotocol-pack.html
@@ -774,7 +774,7 @@ of data to send in order to fully update one or the other.</p></div>
<h2 id="_pkt_line_format">pkt-line Format</h2>
<div class="sectionbody">
<div class="paragraph"><p>The descriptions below build on the pkt-line format described in
-<a href="gitprotocol-common.html">gitprotocol-common(5)</a>. When the grammar indicate <code>PKT-LINE(...)</code>, unless
+<a href="gitprotocol-common.html">gitprotocol-common(5)</a>. When the grammar indicates <code>PKT-LINE(...)</code>, unless
otherwise noted the usual pkt-line LF rules apply: the sender SHOULD
include a LF, but the receiver MUST NOT complain if it is not present.</p></div>
<div class="paragraph"><p>An error packet is a special pkt-line that contains an error string.</p></div>
@@ -886,7 +886,7 @@ an absolute path in the remote filesystem.</p></div>
v
ssh user@example.com "git-upload-pack '/project.git'"</code></pre>
</div></div>
-<div class="paragraph"><p>In a "user@host:path" format URI, its relative to the user&#8217;s home
+<div class="paragraph"><p>In a "user@host:path" format URI, it&#8217;s relative to the user&#8217;s home
directory, because the Git client will run:</p></div>
<div class="literalblock">
<div class="content">
@@ -1075,7 +1075,7 @@ a positive depth, this step is skipped.</p></div>
</div></div>
<div class="paragraph"><p>If the client has requested a positive depth, the server will compute
the set of commits which are no deeper than the desired depth. The set
-of commits start at the client&#8217;s wants.</p></div>
+of commits starts at the client&#8217;s wants.</p></div>
<div class="paragraph"><p>The server writes <em>shallow</em> lines for each
commit whose parents will not be sent as a result. The server writes
an <em>unshallow</em> line for each commit which the client has indicated is
@@ -1494,7 +1494,7 @@ can be rejected.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-08-18 14:11:07 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>