1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 12:59:41 +01:00

fix doc for --compression argument to pack-objects

Remove obsolete details (core.legacyheaders is always true now).

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Nicolas Pitre 2007-09-10 00:15:29 -04:00 committed by Junio C Hamano
parent aba91192ae
commit 05cc2ffc57

View file

@ -155,12 +155,8 @@ base-name::
generated pack. If not specified, pack compression level is generated pack. If not specified, pack compression level is
determined first by pack.compression, then by core.compression, determined first by pack.compression, then by core.compression,
and defaults to -1, the zlib default, if neither is set. and defaults to -1, the zlib default, if neither is set.
Data copied from loose objects will be recompressed Add \--no-reuse-object if you want to force a uniform compression
if core.legacyheaders was true when they were created or if level on all data no matter the source.
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.
--delta-base-offset:: --delta-base-offset::
A packed archive can express base object of a delta as A packed archive can express base object of a delta as