@leroysheep / LeeRoySheep / commits / 31f23c958b

doc: fix plural agreement in pack.preferBitmapTips

hierarchies -> hierarchy Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Elijah Newren committed Apr 16, 2026 at 23:36 UTC 31f23c958be7f727ece4ce0db8b7ddbf1dfb3f79
1 file changed +1 -1
Documentation/config/pack.adoc
+1 -1
index fa997c8597..22384c2d2f 100644 --- a/Documentation/config/pack.adoc +++ b/Documentation/config/pack.adoc @@ -161,7 +161,7 @@ pack.usePathWalk:: pack.preferBitmapTips:: Specifies a ref hierarchy (e.g., "refs/heads/"); can be - given multiple times to specify more than one hierarchies. + given multiple times to specify more than one hierarchy. When selecting which commits will receive bitmaps, prefer a commit at the tip of a reference that is contained in any of the configured hierarchies.