summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-20 19:12:09 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-20 19:12:09 +0000
commitf2ce297388d7f2110479ff3aadcec4af41b1bc77 (patch)
tree84c2c993927a56f8e94a63b11b764722a1199878 /git-pack-objects.html
parented7f4f6a711449fd2edb85a26e3e3998586e500d (diff)
downloadgit-htmldocs-f2ce297388d7f2110479ff3aadcec4af41b1bc77.tar.gz
Autogenerated HTML docs for v1.5.2-14-g45bde
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html31
1 files changed, 30 insertions, 1 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 43b081f9e..6af52ff9a 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -452,6 +452,35 @@ base-name
</p>
</dd>
<dt>
+--no-reuse-object
+</dt>
+<dd>
+<p>
+ This flag tells the command not to reuse existing object data at all,
+ including non deltified object, forcing recompression of everything.
+ This implies --no-reuse-delta. Useful only in the obscure case where
+ wholesale enforcement of a different compression level on the
+ packed data is desired.
+</p>
+</dd>
+<dt>
+--compression=[N]
+</dt>
+<dd>
+<p>
+ Specifies compression level for newly-compressed data in the
+ generated pack. If not specified, pack compression level is
+ determined first by pack.compression, then by core.compression,
+ and defaults to -1, the zlib default, if neither is set.
+ Data copied from loose objects will be recompressed
+ if core.legacyheaders was true when they were created or if
+ the loose compression level (see core.loosecompression and
+ core.compression) is now a different value than the pack
+ compression level. Add --no-reuse-object if you want to force
+ a uniform compression level on all data no matter the source.
+</p>
+</dd>
+<dt>
--delta-base-offset
</dt>
<dd>
@@ -499,7 +528,7 @@ base-name
</div>
<div id="footer">
<div id="footer-text">
-Last updated 09-May-2007 07:15:31 UTC
+Last updated 20-May-2007 19:11:26 UTC
</div>
</div>
</body>