summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-25 15:50:12 -0700
committerJunio C Hamano <gitster@pobox.com>2020-09-25 15:50:12 -0700
commitc562f6d6447ae8aaa1066a8f3872de759638a6bc (patch)
tree9c3f0b788be8b8046c48ad4ffd901935941a9164 /git-clone.html
parentb89e21bf03b9675dec757d6e63db8d859b034303 (diff)
downloadgit-htmldocs-c562f6d6447ae8aaa1066a8f3872de759638a6bc.tar.gz
Autogenerated HTML docs for v2.28.0-618-g9bc23
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-clone.html b/git-clone.html
index 772a5d0fe..2bc277cb1 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -838,9 +838,9 @@ repository using this option and then delete branches (or use any
other Git command that makes any existing commit unreferenced) in the
source repository, some objects may become unreferenced (or dangling).
These objects may be removed by normal Git operations (such as <code>git commit</code>)
-which automatically call <code>git gc --auto</code>. (See <a href="git-gc.html">git-gc(1)</a>.)
-If these objects are removed and were referenced by the cloned repository,
-then the cloned repository will become corrupt.</p></div>
+which automatically call <code>git maintenance run --auto</code>. (See
+<a href="git-maintenance.html">git-maintenance(1)</a>.) If these objects are removed and were referenced
+by the cloned repository, then the cloned repository will become corrupt.</p></div>
<div class="paragraph"><p>Note that running <code>git repack</code> without the <code>--local</code> option in a repository
cloned with <code>--shared</code> will copy objects from the source repository into a pack
in the cloned repository, removing the disk space savings of <code>clone --shared</code>.
@@ -1416,7 +1416,7 @@ Create a bare repository to publish your changes to the public:
<div id="footer">
<div id="footer-text">
Last updated
- 2020-07-06 22:33:22 PDT
+ 2020-09-25 15:47:14 PDT
</div>
</div>
</body>