aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-repack.adoc
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-12-28 17:36:16 +0900
committerJunio C Hamano <gitster@pobox.com>2025-12-28 17:36:16 +0900
commitcb7c6f441e58e5d6ea25c41db0ce3331a11ecf14 (patch)
treecc9e9fe9cbf2be4d5bed3e211d2e0c827958d18d /Documentation/git-repack.adoc
parent86862bf287a09bba5243eb8a87878ec0d77aac7f (diff)
parent8ee262985a1197970cc8938a2fb5c70817d213ab (diff)
downloadgit-cb7c6f441e58e5d6ea25c41db0ce3331a11ecf14.tar.xz
Merge branch 'ja/doc-misc-fixes'
Various documentation fixes. * ja/doc-misc-fixes: doc: correct minor wording issues doc: fix asciidoc markup issues in several files
Diffstat (limited to 'Documentation/git-repack.adoc')
-rw-r--r--Documentation/git-repack.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-repack.adoc b/Documentation/git-repack.adoc
index d12c4985f6..673ce91083 100644
--- a/Documentation/git-repack.adoc
+++ b/Documentation/git-repack.adoc
@@ -77,14 +77,14 @@ to the new separate pack will be written.
Only useful with `--cruft -d`.
--max-cruft-size=<n>::
- Overrides `--max-pack-size` for cruft packs. Inherits the value of
+ Override `--max-pack-size` for cruft packs. Inherits the value of
`--max-pack-size` (if any) by default. See the documentation for
`--max-pack-size` for more details.
--combine-cruft-below-size=<n>::
When generating cruft packs without pruning, only repack
- existing cruft packs whose size is strictly less than `<n>`,
- where `<n>` represents a number of bytes, which can optionally
+ existing cruft packs whose size is strictly less than `<n>`
+ bytes, which can optionally
be suffixed with "k", "m", or "g". Cruft packs whose size is
greater than or equal to `<n>` are left as-is and not repacked.
Useful when you want to avoid repacking large cruft pack(s) in