summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-02-19 09:58:14 +0000
committerJunio C Hamano <junio@kernel.org>2010-02-19 09:58:14 +0000
commit4fdccb253a7d0538b30705e7408311950c78fae4 (patch)
tree8f816c4d339f6e75de193fa3f58fb9b356ea0360 /git-push.html
parent85c44a9175871f71ce4f18363a471d0eca43fb08 (diff)
downloadgit-htmldocs-4fdccb253a7d0538b30705e7408311950c78fae4.tar.gz
Autogenerated HTML docs for v1.7.0-50-g50c1
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/git-push.html b/git-push.html
index cc85007cc..947e0402a 100644
--- a/git-push.html
+++ b/git-push.html
@@ -387,7 +387,7 @@ nor in any Push line of the corresponding remotes file---see below).</p></div>
<dd>
<p>
Instead of naming each ref to push, specifies that all
- refs under <tt>$GIT_DIR/refs/heads/</tt> be pushed.
+ refs under <tt>refs/heads/</tt> be pushed.
</p>
</dd>
<dt>
@@ -396,7 +396,7 @@ nor in any Push line of the corresponding remotes file---see below).</p></div>
<dd>
<p>
Instead of naming each ref to push, specifies that all
- refs under <tt>$GIT_DIR/refs/</tt> (which includes but is not
+ refs under <tt>refs/</tt> (which includes but is not
limited to <tt>refs/heads/</tt>, <tt>refs/remotes/</tt>, and <tt>refs/tags/</tt>)
be mirrored to the remote repository. Newly created local
refs will be pushed to the remote end, locally updated refs
@@ -441,7 +441,7 @@ nor in any Push line of the corresponding remotes file---see below).</p></div>
</dt>
<dd>
<p>
- All refs under <tt>$GIT_DIR/refs/tags</tt> are pushed, in
+ All refs under <tt>refs/tags</tt> are pushed, in
addition to refspecs explicitly listed on the command
line.
</p>
@@ -518,9 +518,10 @@ useful if you write an alias or script around <em>git push</em>.</p></div>
</dt>
<dd>
<p>
- These options are passed to <em>git send-pack</em>. Thin
- transfer spends extra cycles to minimize the number of
- objects to be sent and meant to be used on slower connection.
+ These options are passed to <a href="git-send-pack.html">git-send-pack(1)</a>. A thin transfer
+ significantly reduces the amount of sent data when the sender and
+ receiver share many of the same objects in common. The default is
+ --thin.
</p>
</dd>
<dt>
@@ -1110,7 +1111,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-02-13 00:59:51 UTC
+Last updated 2010-02-19 09:57:45 UTC
</div>
</div>
</body>