Skip to content

Commit

Permalink
fix doc for --compression argument to pack-objects
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Pitre authored and Junio C Hamano committed Sep 10, 2007
1 parent aba9119 commit 05cc2ff
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Documentation/git-pack-objects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,8 @@ base-name::
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.
Add \--no-reuse-object if you want to force a uniform compression
level on all data no matter the source.

--delta-base-offset::
A packed archive can express base object of a delta as
Expand Down

0 comments on commit 05cc2ff

Please sign in to comment.