summaryrefslogtreecommitdiffstats
path: root/git-send-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
commit92d80370646a0ce43b0c769027492b3c891090aa (patch)
treecee7315334fee3145cb4badcc7a400e3e763fbac /git-send-pack.html
parent48931e26012d8d7ad1a7e1d9701f52be1b77e45a (diff)
downloadgit-htmldocs-92d80370646a0ce43b0c769027492b3c891090aa.tar.gz
Autogenerated HTML docs for v2.9.1-273-g79ed4
Diffstat (limited to 'git-send-pack.html')
-rw-r--r--git-send-pack.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-send-pack.html b/git-send-pack.html
index e63c52d8e..c74e64963 100644
--- a/git-send-pack.html
+++ b/git-send-pack.html
@@ -807,7 +807,7 @@ updates it from the current repository, sending named refs.</p></div>
option, then the refs from stdin are processed after those
on the command line.
</p>
-<div class="paragraph"><p>If <em>--stateless-rpc</em> is specified together with this option then
+<div class="paragraph"><p>If <code>--stateless-rpc</code> is specified together with this option then
the list of refs must be in packet format (pkt-line). Each ref must
be in a separate packet, and the list must end with a flush packet.</p></div>
</dd>
@@ -910,10 +910,10 @@ be in a separate packet, and the list must end with a flush packet.</p></div>
<div class="sectionbody">
<div class="paragraph"><p>There are three ways to specify which refs to update on the
remote end.</p></div>
-<div class="paragraph"><p>With <em>--all</em> flag, all refs that exist locally are transferred to
+<div class="paragraph"><p>With <code>--all</code> flag, all refs that exist locally are transferred to
the remote side. You cannot specify any <em>&lt;ref&gt;</em> if you use
this flag.</p></div>
-<div class="paragraph"><p>Without <em>--all</em> and without any <em>&lt;ref&gt;</em>, the heads that exist
+<div class="paragraph"><p>Without <code>--all</code> and without any <em>&lt;ref&gt;</em>, the heads that exist
both on the local side and on the remote side are updated.</p></div>
<div class="paragraph"><p>When one or more <em>&lt;ref&gt;</em> are specified explicitly (whether on the
command line or via <code>--stdin</code>), it can be either a
@@ -960,12 +960,12 @@ it has to start with "refs/"; &lt;dst&gt; is used as the
</ul></div>
</li>
</ul></div>
-<div class="paragraph"><p>Without <em>--force</em>, the &lt;src&gt; ref is stored at the remote only if
+<div class="paragraph"><p>Without &#8216;--force`, the &lt;src&gt; ref is stored at the remote only if
&lt;dst&gt; does not exist, or &lt;dst&gt; is a proper subset (i.e. an
ancestor) of &lt;src&gt;. This check, known as "fast-forward check",
is performed in order to avoid accidentally overwriting the
-remote ref and lose other peoples' commits from there.</p></div>
-<div class="paragraph"><p>With <em>--force</em>, the fast-forward check is disabled for all refs.</p></div>
+remote ref and lose other peoples&#8217; commits from there.</p></div>
+<div class="paragraph"><p>With <code>--force</code>, the fast-forward check is disabled for all refs.</p></div>
<div class="paragraph"><p>Optionally, a &lt;ref&gt; parameter can be prefixed with a plus <em>+</em> sign
to disable the fast-forward check only on that ref.</p></div>
</div>
@@ -980,7 +980,7 @@ to disable the fast-forward check only on that ref.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-08-31 16:04:31 PDT
+Last updated 2016-07-13 14:58:50 PDT
</div>
</div>
</body>