Skip to content

Commit 39072d2

Browse files
committed
Merge branch 'ps/git-repack-doc-fixes'
Doc updates. * ps/git-repack-doc-fixes: doc/git-repack: don't mention nonexistent "--unpacked" option doc/git-repack: fix syntax for `-g` shorthand option
2 parents 64912cc + ca3285d commit 39072d2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Documentation/git-repack.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ depth is 4095.
220220
Pass the `--delta-islands` option to `git-pack-objects`, see
221221
linkgit:git-pack-objects[1].
222222

223-
-g=<factor>::
223+
-g<factor>::
224224
--geometric=<factor>::
225225
Arrange resulting pack structure so that each successive pack
226226
contains at least `<factor>` times the number of objects as the
@@ -237,11 +237,8 @@ uniquely by the set of packs being "rolled-up"; in other words, the
237237
packs determined to need to be combined in order to restore a geometric
238238
progression.
239239
+
240-
When `--unpacked` is specified, loose objects are implicitly included in
241-
this "roll-up", without respect to their reachability. This is subject
242-
to change in the future. This option (implying a drastically different
243-
repack mode) is not guaranteed to work with all other combinations of
244-
options to `git repack`.
240+
Loose objects are implicitly included in this "roll-up", without respect to
241+
their reachability. This is subject to change in the future.
245242
+
246243
When writing a multi-pack bitmap, `git repack` selects the largest resulting
247244
pack as the preferred pack for object selection by the MIDX (see

0 commit comments

Comments
 (0)