summaryrefslogtreecommitdiffstats
path: root/git-unpack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-05 23:14:25 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-05 23:14:25 +0000
commit1bb569ec8189e0498dc17c57e9237ffd85beb273 (patch)
tree810ac97c3b91652af2e900f2779e111965c4984d /git-unpack-objects.html
parent88a3a070894a23a10133fee89065cb27199cf58b (diff)
downloadgit-htmldocs-1bb569ec8189e0498dc17c57e9237ffd85beb273.tar.gz
Autogenerated HTML docs for v1.3.2-g8611
Diffstat (limited to 'git-unpack-objects.html')
-rw-r--r--git-unpack-objects.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/git-unpack-objects.html b/git-unpack-objects.html
index abd89f38e..3c6f996d7 100644
--- a/git-unpack-objects.html
+++ b/git-unpack-objects.html
@@ -276,9 +276,14 @@ git-unpack-objects(1) Manual Page
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
-<p>Reads a packed archive (.pack) from the standard input, and
-expands the objects contained in the pack into "one-file
-one-object" format in $GIT_OBJECT_DIRECTORY.</p>
+<p>Read a packed archive (.pack) from the standard input, expanding
+the objects contained within and writing them into the repository in
+"loose" (one object per file) format.</p>
+<p>Objects that already exist in the repository will <strong>not</strong> be unpacked
+from the pack-file. Therefore, nothing will be unpacked if you use
+this command on a pack-file that exists within the target repository.</p>
+<p>Please see the <tt>git-repack</tt> documentation for options to generate
+new packs and replace existing ones.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -317,7 +322,7 @@ one-object" format in $GIT_OBJECT_DIRECTORY.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 10-Mar-2006 00:31:38 UTC
+Last updated 05-May-2006 23:14:16 UTC
</div>
</div>
</body>