summaryrefslogtreecommitdiffstats
path: root/git-repack.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
commit92d80370646a0ce43b0c769027492b3c891090aa (patch)
treecee7315334fee3145cb4badcc7a400e3e763fbac /git-repack.html
parent48931e26012d8d7ad1a7e1d9701f52be1b77e45a (diff)
downloadgit-htmldocs-92d80370646a0ce43b0c769027492b3c891090aa.tar.gz
Autogenerated HTML docs for v2.9.1-273-g79ed4
Diffstat (limited to 'git-repack.html')
-rw-r--r--git-repack.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-repack.html b/git-repack.html
index 13a78c219..cd6af6a14 100644
--- a/git-repack.html
+++ b/git-repack.html
@@ -779,7 +779,7 @@ engines, disk storage, etc.</p></div>
pack everything referenced into a single pack.
Especially useful when packing a repository that is used
for private development. Use
- with <em>-d</em>. This will clean up the objects that <code>git prune</code>
+ with <code>-d</code>. This will clean up the objects that <code>git prune</code>
leaves behind, but <code>git fsck --full --dangling</code> shows as
dangling.
</p>
@@ -792,7 +792,7 @@ other objects in that pack they already have locally.</p></div>
</dt>
<dd>
<p>
- Same as <code>-a</code>, unless <em>-d</em> is used. Then any unreachable
+ Same as <code>-a</code>, unless <code>-d</code> is used. Then any unreachable
objects in a previous pack become loose, unpacked objects,
instead of being left in the old pack. Unreachable objects
are never intentionally added to a pack, even when repacking.
@@ -997,7 +997,7 @@ as needed in that case.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-07-06 14:33:48 PDT
+Last updated 2016-07-13 14:58:50 PDT
</div>
</div>
</body>