diff options
author | Nicolas Pitre <nico@cam.org> | 2007-09-10 00:15:29 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-09 23:58:56 -0700 |
commit | 05cc2ffc572f05e8aeec495a9ab9bc9609863491 (patch) | |
tree | b95bf09075e6a62e6ad5e84e072ff2e5b1d82b83 | |
parent | git-tag -s must fail if gpg cannot sign the tag. (diff) | |
download | tgif-05cc2ffc572f05e8aeec495a9ab9bc9609863491.tar.xz |
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>
-rw-r--r-- | Documentation/git-pack-objects.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index 6f17cff24a..f8a0be3511 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -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 |