summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-13 10:14:13 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-13 10:14:13 +0000
commit3f403b04bd95096f37297ab2cfbd4ad1f6dbb904 (patch)
treeacfc70b96c54fd7fb7ddbf43c33071b1756672ec /git-push.html
parent511162fc548ceb923b6ae49ccc36925f1cae96bd (diff)
downloadgit-htmldocs-3f403b04bd95096f37297ab2cfbd4ad1f6dbb904.tar.gz
Autogenerated HTML docs for v1.4.4.2-g1349
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html26
1 files changed, 9 insertions, 17 deletions
diff --git a/git-push.html b/git-push.html
index b323bf0e0..97a00dd26 100644
--- a/git-push.html
+++ b/git-push.html
@@ -317,21 +317,12 @@ on the command line nor in any Push line of the
corresponding remotes file---see below), then all the
refs that exist both on the local side and on the remote
side are updated.</p>
-<p>Some short-cut notations are also supported.</p>
-<ul>
-<li>
-<p>
-<tt>tag &lt;tag&gt;</tt> means the same as <tt>refs/tags/&lt;tag&gt;:refs/tags/&lt;tag&gt;</tt>.
-</p>
-</li>
-<li>
-<p>
-A parameter &lt;ref&gt; without a colon is equivalent to
- &lt;ref&gt;<tt>:</tt>&lt;ref&gt;, hence updates &lt;ref&gt; in the destination from &lt;ref&gt;
- in the source.
-</p>
-</li>
-</ul>
+<p><tt>tag &lt;tag&gt;</tt> means the same as <tt>refs/tags/&lt;tag&gt;:refs/tags/&lt;tag&gt;</tt>.</p>
+<p>A parameter &lt;ref&gt; without a colon is equivalent to
+&lt;ref&gt;<tt>:</tt>&lt;ref&gt;, hence updates &lt;ref&gt; in the destination from &lt;ref&gt;
+in the source.</p>
+<p>Pushing an empty &lt;src&gt; allows you to delete the &lt;dst&gt; ref from
+the remote repository.</p>
</dd>
<dt>
--all
@@ -498,7 +489,8 @@ Pull: refs/heads/&lt;head&gt;:&lt;remote&gt;</tt></pre>
</div>
<h2>Author</h2>
<div class="sectionbody">
-<p>Written by Junio C Hamano &lt;junkio@cox.net&gt;</p>
+<p>Written by Junio C Hamano &lt;junkio@cox.net&gt;, later rewritten in C
+by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
</div>
<h2>Documentation</h2>
<div class="sectionbody">
@@ -510,7 +502,7 @@ Pull: refs/heads/&lt;head&gt;:&lt;remote&gt;</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 24-Oct-2006 05:44:00 UTC
+Last updated 13-Dec-2006 10:14:07 UTC
</div>
</div>
</body>