summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-01-24 07:28:49 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-01-24 07:28:49 +0000
commitebc53dcb88aa848843f12d4f9c14910e3b763613 (patch)
tree5c969b135128b8139f918dab300b0465d4038146 /git-clone.html
parent42059e7a307a413461ad8bc7e5220551fed612f5 (diff)
downloadgit-htmldocs-ebc53dcb88aa848843f12d4f9c14910e3b763613.tar.gz
Autogenerated HTML docs for v1.5.4-rc4-23-gcab31
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-clone.html b/git-clone.html
index efa8fc2a3..d95c6653c 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -341,6 +341,12 @@ configuration variables.</p>
.git/objects/info/alternates to share the objects
with the source repository. The resulting repository
starts out without any object of its own.
+ <strong>NOTE</strong>: this is a possibly dangerous operation; do <strong>not</strong> use
+ it unless you understand what it does. If you clone your
+ repository using this option, then delete branches in the
+ source repository and then run <a href="git-gc.html">git-gc(1)</a> using the
+ <em>--prune</em> option in the source repository, it may remove
+ objects which are referenced by the cloned repository.
</p>
</dd>
<dt>
@@ -640,7 +646,7 @@ Create a repository on the kernel.org machine that borrows from Linus
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Jan-2008 07:50:07 UTC
+Last updated 24-Jan-2008 07:28:35 UTC
</div>
</div>
</body>