summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-06 06:35:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-06 06:35:40 +0000
commit47d68a53947d51de4f67b6b7e4e7f76e71e16fb5 (patch)
treee346861528eece2278259294b499afa41716a010 /git-remote.html
parenta31092a704a554fa909c79c1fa4a482938f7bc17 (diff)
downloadgit-htmldocs-47d68a53947d51de4f67b6b7e4e7f76e71e16fb5.tar.gz
Autogenerated HTML docs for v1.5.5.1-147-g867f
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-remote.html b/git-remote.html
index 375211371..f41e9ff8a 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -310,7 +310,9 @@ up to point at remote's <tt>&lt;master&gt;</tt> branch instead of whatever
branch the <tt>HEAD</tt> at the remote repository actually points at.</p>
<p>In mirror mode, enabled with <tt>--mirror</tt>, the refs will not be stored
in the <em>refs/remotes/</em> namespace, but in <em>refs/heads/</em>. This option
-only makes sense in bare repositories.</p>
+only makes sense in bare repositories. If a remote uses mirror
+mode, furthermore, <tt>git push</tt> will always behave as if <tt>--mirror</tt>
+was passed.</p>
</dd>
<dt>
<em>rm</em>
@@ -428,7 +430,7 @@ $ git merge origin</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 04-Feb-2008 01:07:25 UTC
+Last updated 06-May-2008 06:34:59 UTC
</div>
</div>
</body>