summaryrefslogtreecommitdiffstats
path: root/git-send-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-send-pack.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-send-pack.html')
-rw-r--r--git-send-pack.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/git-send-pack.html b/git-send-pack.html
index 4de169703..6fda2e417 100644
--- a/git-send-pack.html
+++ b/git-send-pack.html
@@ -272,13 +272,13 @@ git-send-pack(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-send-pack</em> [--all] [--dry-run] [--force] [--receive-pack=&lt;git-receive-pack&gt;] [--verbose] [--thin] [&lt;host&gt;:]&lt;directory&gt; [&lt;ref&gt;&#8230;]</p>
+<p><em>git send-pack</em> [--all] [--dry-run] [--force] [--receive-pack=&lt;git-receive-pack&gt;] [--verbose] [--thin] [&lt;host&gt;:]&lt;directory&gt; [&lt;ref&gt;&#8230;]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
-<p>Usually you would want to use <a href="git-push.html">git-push(1)</a> which is a
-higher level wrapper of this command instead.</p>
-<p>Invokes <em>git-receive-pack</em> on a possibly remote repository, and
+<p>Usually you would want to use <tt>git-push</tt>, which is a
+higher-level wrapper of this command, instead. See <a href="git-push.html">git-push(1)</a>.</p>
+<p>Invokes <tt>git-receive-pack</tt> on a possibly remote repository, and
updates it from the current repository, sending named refs.</p>
</div>
<h2>OPTIONS</h2>
@@ -289,7 +289,7 @@ updates it from the current repository, sending named refs.</p>
</dt>
<dd>
<p>
- Path to the <em>git-receive-pack</em> program on the remote
+ Path to the <tt>git-receive-pack</tt> program on the remote
end. Sometimes useful when pushing to a remote
repository over ssh, and you do not have the program in
a directory on the default $PATH.
@@ -355,7 +355,7 @@ updates it from the current repository, sending named refs.</p>
<dd>
<p>
A remote host to house the repository. When this
- part is specified, <em>git-receive-pack</em> is invoked via
+ part is specified, <tt>git-receive-pack</tt> is invoked via
ssh.
</p>
</dd>
@@ -395,8 +395,8 @@ and the destination side (after the colon). The ref to be
pushed is determined by finding a match that matches the source
side, and where it is pushed is determined by using the
destination side. The rules used to match a ref are the same
-rules used by <a href="git-rev-parse.html">git-rev-parse(1)</a> to resolve a symbolic ref
-name.</p>
+rules used by <tt>git-rev-parse</tt> to resolve a symbolic ref
+name. See <a href="git-rev-parse.html">git-rev-parse(1)</a>.</p>
<ul>
<li>
<p>
@@ -453,7 +453,7 @@ to disable the fast-forward check only on that ref.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:47:01 UTC
+Last updated 02-Jul-2008 03:02:02 UTC
</div>
</div>
</body>