diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-03-01 14:38:56 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-03-01 14:38:56 -0800 |
| commit | 421d5a7574d069a3a9a981adb24feda2c65e6c03 (patch) | |
| tree | 9494bafcaed458641132c2faf52fb1b712bd2728 | |
| parent | Merge branch 'hs/rebase-not-in-progress' into HEAD (diff) | |
| parent | Documentation/config/pack.txt: fix broken AsciiDoc mark-up (diff) | |
| download | git-421d5a7574d069a3a9a981adb24feda2c65e6c03.tar.gz git-421d5a7574d069a3a9a981adb24feda2c65e6c03.zip | |
Merge branch 'tb/multi-pack-verbatim-reuse' into HEAD
Docfix.
* tb/multi-pack-verbatim-reuse:
Documentation/config/pack.txt: fix broken AsciiDoc mark-up
| -rw-r--r-- | Documentation/config/pack.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Documentation/config/pack.txt b/Documentation/config/pack.txt index 9c630863e6..da527377fa 100644 --- a/Documentation/config/pack.txt +++ b/Documentation/config/pack.txt @@ -34,11 +34,10 @@ pack.allowPackReuse:: reachability bitmap is available, pack-objects will try to send parts of all packs in the MIDX. + - If only a single pack bitmap is available, and - `pack.allowPackReuse` is set to "multi", reuse parts of just the - bitmapped packfile. This can reduce memory and CPU usage to - serve fetches, but might result in sending a slightly larger - pack. Defaults to true. +If only a single pack bitmap is available, and `pack.allowPackReuse` +is set to "multi", reuse parts of just the bitmapped packfile. This +can reduce memory and CPU usage to serve fetches, but might result in +sending a slightly larger pack. Defaults to true. pack.island:: An extended regular expression configuring a set of delta |
