@@ -106,7 +106,8 @@ other objects in that pack they already have locally.
106106--max-pack-size=<n>::
107107 Maximum size of each output pack file. The size can be suffixed with
108108 "k", "m", or "g". The minimum size allowed is limited to 1 MiB.
109- If specified, multiple packfiles may be created.
109+ If specified, multiple packfiles may be created, which also
110+ prevents the creation of a bitmap index.
110111 The default is unlimited, unless the config variable
111112 `pack.packSizeLimit` is set.
112113
@@ -115,15 +116,16 @@ other objects in that pack they already have locally.
115116 Write a reachability bitmap index as part of the repack. This
116117 only makes sense when used with `-a` or `-A`, as the bitmaps
117118 must be able to refer to all reachable objects. This option
118- overrides the setting of `pack.writeBitmaps`.
119+ overrides the setting of `repack.writeBitmaps`. This option
120+ has no effect if multiple packfiles are created.
119121
120122--pack-kept-objects::
121123 Include objects in `.keep` files when repacking. Note that we
122124 still do not delete `.keep` packs after `pack-objects` finishes.
123125 This means that we may duplicate objects, but this makes the
124126 option safe to use when there are concurrent pushes or fetches.
125127 This option is generally only useful if you are writing bitmaps
126- with `-b` or `pack .writeBitmaps`, as it ensures that the
128+ with `-b` or `repack .writeBitmaps`, as it ensures that the
127129 bitmapped packfile has the necessary objects.
128130
129131Configuration
0 commit comments