summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-04-06 02:02:37 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-04-06 02:02:37 +0000
commitb553b79de2613a3b3b42ac7aad760a174e9eee1c (patch)
tree327932731549669ce82d00737dc2b308413fdee2 /git-pack-objects.html
parentd12e2236fd4defc2497d10cc142362129005f91f (diff)
downloadgit-htmldocs-b553b79de2613a3b3b42ac7aad760a174e9eee1c.tar.gz
Autogenerated HTML docs for v1.5.5-rc3-7-gba13
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 59edf37b7..c6d2a068b 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -284,8 +284,9 @@ archive with specified base-name, or to the standard output.</p>
<p>A packed archive is an efficient way to transfer set of objects
between two repositories, and also is an archival format which
is efficient to access. The packed archive format (.pack) is
-designed to be unpackable without having anything else, but for
-random access, accompanied with the pack index file (.idx).</p>
+designed to be self contained so that it can be unpacked without
+any further information, but for fast, random access to the objects
+in the pack, a pack index file (.idx) will be generated.</p>
<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>
@@ -576,7 +577,7 @@ base-name
</div>
<div id="footer">
<div id="footer-text">
-Last updated 09-Mar-2008 10:38:33 UTC
+Last updated 06-Apr-2008 02:02:16 UTC
</div>
</div>
</body>