diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-09-10 00:00:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-10 00:00:39 -0700 |
commit | 9784c5c53e0765bc9a0c973ab10aaf0734d535c3 (patch) | |
tree | 19ddbb0ddd0c4d34bb113672bd61906998fa3f7c /Documentation | |
parent | 57543a254c6aef8fca5556e25a9fa6dd5622b037 (diff) | |
parent | a4503a15af661ee865ed10102df15a6d3b43e60a (diff) | |
download | git-9784c5c53e0765bc9a0c973ab10aaf0734d535c3.tar.gz |
Merge branch 'sp/maint-no-thin'
* sp/maint-no-thin:
Make --no-thin the default in git-push to save server resources
fix doc for --compression argument to pack-objects
git-tag -s must fail if gpg cannot sign the tag.
Diffstat (limited to 'Documentation')
-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 |