mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
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
This commit is contained in:
commit
39072d2496
1 changed files with 3 additions and 6 deletions
|
@ -220,7 +220,7 @@ depth is 4095.
|
|||
Pass the `--delta-islands` option to `git-pack-objects`, see
|
||||
linkgit:git-pack-objects[1].
|
||||
|
||||
-g=<factor>::
|
||||
-g<factor>::
|
||||
--geometric=<factor>::
|
||||
Arrange resulting pack structure so that each successive pack
|
||||
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
|
|||
packs determined to need to be combined in order to restore a geometric
|
||||
progression.
|
||||
+
|
||||
When `--unpacked` is specified, loose objects are implicitly included in
|
||||
this "roll-up", without respect to their reachability. This is subject
|
||||
to change in the future. This option (implying a drastically different
|
||||
repack mode) is not guaranteed to work with all other combinations of
|
||||
options to `git repack`.
|
||||
Loose objects are implicitly included in this "roll-up", without respect to
|
||||
their reachability. This is subject to change in the future.
|
||||
+
|
||||
When writing a multi-pack bitmap, `git repack` selects the largest resulting
|
||||
pack as the preferred pack for object selection by the MIDX (see
|
||||
|
|
Loading…
Reference in a new issue