Autogenerated HTML docs for v1.5.5-rc3-7-gba13
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 6 Apr 2008 02:02:37 +0000 (02:02 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 6 Apr 2008 02:02:37 +0000 (02:02 +0000)
git-pack-objects.html
git-pack-objects.txt

index 59edf37..c6d2a06 100644 (file)
@@ -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\r
 between two repositories, and also is an archival format which\r
 is efficient to access.  The packed archive format (.pack) is\r
-designed to be unpackable without having anything else, but for\r
-random access, accompanied with the pack index file (.idx).</p>\r
+designed to be self contained so that it can be unpacked without\r
+any further information, but for fast, random access to the objects\r
+in the pack, a pack index file (.idx) will be generated.</p>\r
 <p>Placing both in the pack/ subdirectory of $GIT_OBJECT_DIRECTORY (or\r
 any of the directories on $GIT_ALTERNATE_OBJECT_DIRECTORIES)\r
 enables git to read from such an archive.</p>\r
@@ -576,7 +577,7 @@ base-name
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 09-Mar-2008 10:38:33 UTC\r
+Last updated 06-Apr-2008 02:02:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index eed0a94..3a1be08 100644 (file)
@@ -22,8 +22,9 @@ archive with specified base-name, or to the standard output.
 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).
+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.
 
 Placing both in the pack/ subdirectory of $GIT_OBJECT_DIRECTORY (or
 any of the directories on $GIT_ALTERNATE_OBJECT_DIRECTORIES)