File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ depth is 4095.
186
186
Pass the `--delta-islands` option to `git-pack-objects`, see
187
187
linkgit:git-pack-objects[1].
188
188
189
- -g= <factor>::
189
+ -g<factor>::
190
190
--geometric=<factor>::
191
191
Arrange resulting pack structure so that each successive pack
192
192
contains at least `<factor>` times the number of objects as the
@@ -203,11 +203,8 @@ uniquely by the set of packs being "rolled-up"; in other words, the
203
203
packs determined to need to be combined in order to restore a geometric
204
204
progression.
205
205
+
206
- When `--unpacked` is specified, loose objects are implicitly included in
207
- this "roll-up", without respect to their reachability. This is subject
208
- to change in the future. This option (implying a drastically different
209
- repack mode) is not guaranteed to work with all other combinations of
210
- option to `git repack`.
206
+ Loose objects are implicitly included in this "roll-up", without respect to
207
+ their reachability. This is subject to change in the future.
211
208
+
212
209
When writing a multi-pack bitmap, `git repack` selects the largest resulting
213
210
pack as the preferred pack for object selection by the MIDX (see
You can’t perform that action at this time.
0 commit comments