summaryrefslogtreecommitdiffstats
path: root/git-index-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-index-pack.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-index-pack.html')
-rw-r--r--git-index-pack.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-index-pack.html b/git-index-pack.html
index a55afda5f..b80cfb46b 100644
--- a/git-index-pack.html
+++ b/git-index-pack.html
@@ -273,8 +273,8 @@ git-index-pack(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-index-pack</em> [-v] [-o &lt;index-file&gt;] &lt;pack-file&gt;
-<em>git-index-pack</em> --stdin [--fix-thin] [--keep] [-v] [-o &lt;index-file&gt;]
+<div class="content"><em>git index-pack</em> [-v] [-o &lt;index-file&gt;] &lt;pack-file&gt;
+<em>git index-pack</em> --stdin [--fix-thin] [--keep] [-v] [-o &lt;index-file&gt;]
[&lt;pack-file&gt;]</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -320,7 +320,7 @@ objects/pack/ directory of a git repository.</p>
a default name determined from the pack content. If
&lt;pack-file&gt; is not specified consider using --keep to
prevent a race condition between this process and
- <a href="git-repack.html">git-repack(1)</a>.
+ <tt>git-repack</tt>.
</p>
</dd>
<dt>
@@ -328,7 +328,7 @@ objects/pack/ directory of a git repository.</p>
</dt>
<dd>
<p>
- It is possible for <a href="git-pack-objects.html">git-pack-objects(1)</a> to build
+ It is possible for <tt>git-pack-objects</tt> to build
"thin" pack, which records objects in deltified form based on
objects not included in the pack to reduce network traffic.
Those objects are expected to be present on the receiving end
@@ -346,7 +346,7 @@ objects/pack/ directory of a git repository.</p>
Before moving the index into its final destination
create an empty .keep file for the associated pack file.
This option is usually necessary with --stdin to prevent a
- simultaneous <a href="git-repack.html">git-repack(1)</a> process from deleting
+ simultaneous <tt>git-repack</tt> process from deleting
the newly constructed pack and index before refs can be
updated to use objects contained in the pack.
</p>
@@ -389,7 +389,7 @@ objects/pack/ directory of a git repository.</p>
and the SHA1 hash of that list is printed to stdout. If --stdin was
also used then this is prefixed by either "pack\t", or "keep\t" if a
new .keep file was successfully created. This is useful to remove a
-.keep file used as a lock to prevent the race with <a href="git-repack.html">git-repack(1)</a>
+.keep file used as a lock to prevent the race with <tt>git-repack</tt>
mentioned above.</p>
</div>
<h2>Author</h2>
@@ -406,7 +406,7 @@ mentioned above.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:33:47 UTC
+Last updated 02-Jul-2008 03:01:49 UTC
</div>
</div>
</body>