summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /git-pack-objects.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index e6e9e773f..e9bed0065 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -340,7 +340,7 @@ in the pack, a pack index file (.idx) will be generated.</p></div>
<div class="para"><p>Placing both in the pack/ subdirectory of $GIT_OBJECT_DIRECTORY (or
any of the directories on $GIT_ALTERNATE_OBJECT_DIRECTORIES)
enables git to read from such an archive.</p></div>
-<div class="para"><p>The <em>git-unpack-objects</em> command can read the packed archive and
+<div class="para"><p>The <em>git unpack-objects</em> command can read the packed archive and
expand the objects contained in the pack into "one-file
one-object" format; this is typically done by the smart-pull
commands when a pack is created on-the-fly for efficient network
@@ -382,7 +382,7 @@ base-name
<p>
Read the revision arguments from the standard input, instead of
individual object names. The revision arguments are processed
- the same way as <em>git-rev-list</em> with the <tt>--objects</tt> flag
+ the same way as <em>git rev-list</em> with the <tt>--objects</tt> flag
uses its <tt>commit</tt> arguments to build the list of objects it
outputs. The objects on the resulting list are packed.
</p>
@@ -595,7 +595,7 @@ base-name
A packed archive can express base object of a delta as
either 20-byte object name or as an offset in the
stream, but older version of git does not understand the
- latter. By default, <em>git-pack-objects</em> only uses the
+ latter. By default, <em>git pack-objects</em> only uses the
former format for better compatibility. This option
allows the command to use the latter format for
compactness. Depending on the average delta chain
@@ -659,7 +659,7 @@ base-name
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:42 UTC
+Last updated 2010-01-21 17:44:33 UTC
</div>
</div>
</body>