summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-24 01:05:34 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-24 01:05:34 +0000
commit9810d63e3fcf38b02b3ccc9191b4807f7825982e (patch)
treec851e29bb47e7782642494be5201b48bf68d5e42 /git-pack-objects.html
parent199cdf13e249fa01aa03002c3ae4813f7e8ffa74 (diff)
downloadgit-htmldocs-9810d63e3fcf38b02b3ccc9191b4807f7825982e.tar.gz
Autogenerated HTML docs for v1.5.3.2-91-g4f337
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 ed4a2ee1b..5048cf55b 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -286,14 +286,14 @@ 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>
+<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>
<p><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
transport by their peers.</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>
<p>In a packed archive, an object is either stored as a compressed
whole, or as a difference from some other object. The latter is
often called a delta.</p>
@@ -563,7 +563,7 @@ base-name
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Sep-2007 07:45:32 UTC
+Last updated 24-Sep-2007 01:04:57 UTC
</div>
</div>
</body>