summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
commita28a920b817789e9535e30d163d1cfeda9803b99 (patch)
tree0276dc9699fe17f0b3daa7ad772b8f34f11463b7 /git-pack-objects.html
parent010705ace148110d091fef2fb78d70223306d9e0 (diff)
downloadgit-htmldocs-a28a920b817789e9535e30d163d1cfeda9803b99.tar.gz
Autogenerated HTML docs for v1.7.11-3-g60475
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 65a40ede8..3ca37eddb 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -864,7 +864,7 @@ base-name
<div class="paragraph"><p>Note: A thin pack violates the packed archive format by omitting
required objects and is thus unusable by git without making it
self-contained. Use <tt>git index-pack --fix-thin</tt>
-(see ) to restore the self-contained property.</p></div>
+(see <a href="git-index-pack.html">git-index-pack(1)</a>) to restore the self-contained property.</p></div>
</dd>
<dt class="hdlist1">
--delta-base-offset
@@ -881,10 +881,10 @@ self-contained. Use <tt>git index-pack --fix-thin</tt>
length, this option typically shrinks the resulting
packfile by 3-5 per-cent.
</p>
-<div class="paragraph"><p>Note: Porcelain commands such as <tt>git gc</tt> (see ),
-<tt>git repack</tt> (see ) pass this option by default
+<div class="paragraph"><p>Note: Porcelain commands such as <tt>git gc</tt> (see <a href="git-gc.html">git-gc(1)</a>),
+<tt>git repack</tt> (see <a href="git-repack.html">git-repack(1)</a>) pass this option by default
in modern git when they put objects in your repository into pack files.
-So does <tt>git bundle</tt> (see ) when it creates a bundle.</p></div>
+So does <tt>git bundle</tt> (see <a href="git-bundle.html">git-bundle(1)</a>) when it creates a bundle.</p></div>
</dd>
<dt class="hdlist1">
--threads=&lt;n&gt;
@@ -924,11 +924,13 @@ So does <tt>git bundle</tt> (see ) when it creates a bundle.</p></div>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p></p></div>
+<div class="paragraph"><p><a href="git-rev-list.html">git-rev-list(1)</a>
+<a href="git-repack.html">git-repack(1)</a>
+<a href="git-prune-packed.html">git-prune-packed(1)</a></p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the suite</p></div>
+<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>