summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-10-07 00:01:24 +0000
committerJunio C Hamano <junio@kernel.org>2010-10-07 00:01:24 +0000
commit657fd8a8dd93c9d5c7534016aa6601c564fe2601 (patch)
tree634630bc99c2a4c8de534924544ac14d34b473ca /git-clone.html
parent0fd857e5bc36d9b8c88686a602c4ae253607487b (diff)
downloadgit-htmldocs-657fd8a8dd93c9d5c7534016aa6601c564fe2601.tar.gz
Autogenerated HTML docs for v1.7.3.1-104-gc752e
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/git-clone.html b/git-clone.html
index a5581b6fa..ce50bec21 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -492,7 +492,12 @@ objects from the source repository into a pack in the cloned repository.</p></di
</dt>
<dd>
<p>
- Set up a mirror of the remote repository. This implies <tt>--bare</tt>.
+ Set up a mirror of the source repository. This implies <tt>--bare</tt>.
+ Compared to <tt>--bare</tt>, <tt>--mirror</tt> not only maps local branches of the
+ source to local branches of the target, it maps all refs (including
+ remote branches, notes etc.) and sets up a refspec configuration such
+ that all these refs are overwritten by a <tt>git remote update</tt> in the
+ target repository.
</p>
</dd>
<dt>
@@ -792,7 +797,7 @@ Create a repository on the kernel.org machine that borrows from Linus:
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-09-18 23:56:36 UTC
+Last updated 2010-10-07 00:00:52 UTC
</div>
</div>
</body>