diff --git a/Documentation/config/pack.adoc b/Documentation/config/pack.adoc index 08d06271177006..75402d5579d4b2 100644 --- a/Documentation/config/pack.adoc +++ b/Documentation/config/pack.adoc @@ -156,12 +156,8 @@ pack.useSparse:: `true`. pack.usePathWalk:: - When true, git will default to using the '--path-walk' option in - 'git pack-objects' when the '--revs' option is present. This - algorithm groups objects by path to maximize the ability to - compute delta chains across historical versions of the same - object. This may disable other options, such as using bitmaps to - enumerate objects. + Enable the `--path-walk` option by default for `git pack-objects` + processes. See linkgit:git-pack-objects[1] for full details. pack.preferBitmapTips:: When selecting which commits will receive bitmaps, prefer a diff --git a/Documentation/git-pack-objects.adoc b/Documentation/git-pack-objects.adoc index a91aa7989cbeff..b1c5aa27da4d55 100644 --- a/Documentation/git-pack-objects.adoc +++ b/Documentation/git-pack-objects.adoc @@ -10,13 +10,13 @@ SYNOPSIS -------- [verse] 'git pack-objects' [-q | --progress | --all-progress] [--all-progress-implied] - [--no-reuse-delta] [--delta-base-offset] [--non-empty] - [--local] [--incremental] [--window=] [--depth=] - [--revs [--unpacked | --all]] [--keep-pack=] - [--cruft] [--cruft-expiration=