summaryrefslogtreecommitdiff
path: root/Documentation/git-pack-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-07-08 20:15:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-07-08 20:15:03 (GMT)
commit18b49be4927bb327449624c37eebd13a5b9c1582 (patch)
tree6aaf489753b28a1c5a7e1b0d2ad512e689a5a5f0 /Documentation/git-pack-objects.txt
parent83ae1edff7ee0b7674bd556955d2cf1706bddb21 (diff)
parent6fb9195f6c6df047949efcdb8a1fb9eaed0c925e (diff)
downloadgit-18b49be4927bb327449624c37eebd13a5b9c1582.zip
git-18b49be4927bb327449624c37eebd13a5b9c1582.tar.gz
git-18b49be4927bb327449624c37eebd13a5b9c1582.tar.bz2
Merge branch 'jk/doc-max-pack-size'
Doc update. * jk/doc-max-pack-size: doc: warn people against --max-pack-size
Diffstat (limited to 'Documentation/git-pack-objects.txt')
-rw-r--r--Documentation/git-pack-objects.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
index 25d9fbe..dbfd1f9 100644
--- a/Documentation/git-pack-objects.txt
+++ b/Documentation/git-pack-objects.txt
@@ -128,10 +128,10 @@ depth is 4095.
into multiple independent packfiles, each not larger than the
given size. The size can be suffixed with
"k", "m", or "g". The minimum size allowed is limited to 1 MiB.
- This option
- prevents the creation of a bitmap index.
The default is unlimited, unless the config variable
- `pack.packSizeLimit` is set.
+ `pack.packSizeLimit` is set. Note that this option may result in
+ a larger and slower repository; see the discussion in
+ `pack.packSizeLimit`.
--honor-pack-keep::
This flag causes an object already in a local pack that