summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-19 02:27:57 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-19 02:27:57 +0000
commitd2d9ae15e2c76f17c5870205b390354b509d0d97 (patch)
treefa56fc67d1c01ad2aaa6503faef16dbe09279d04 /git-push.html
parent597ffcfc47c6c902cbb16c43ad95917ea51f0634 (diff)
downloadgit-htmldocs-d2d9ae15e2c76f17c5870205b390354b509d0d97.tar.gz
Autogenerated HTML docs for v1.5.3.1-153-g89df5
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-push.html b/git-push.html
index 9752e91af..dacd37547 100644
--- a/git-push.html
+++ b/git-push.html
@@ -317,7 +317,7 @@ even if it does not result in a fast forward update.</p>
<p>Note: If no explicit refspec is found, (that is neither
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
+heads that exist both on the local side and on the remote
side are updated.</p>
<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 pushes the &lt;ref&gt; from the source
@@ -331,7 +331,7 @@ the remote repository.</p>
<dd>
<p>
Instead of naming each ref to push, specifies that all
- refs be pushed.
+ refs under <tt>$GIT_DIR/refs/heads/</tt> be pushed.
</p>
</dd>
<dt>
@@ -613,7 +613,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 06-Sep-2007 08:52:20 UTC
+Last updated 19-Sep-2007 02:27:19 UTC
</div>
</div>
</body>