From 31f23c958be7f727ece4ce0db8b7ddbf1dfb3f79 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Thu, 16 Apr 2026 23:36:29 +0000 Subject: [PATCH] doc: fix plural agreement in pack.preferBitmapTips hierarchies -> hierarchy Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- Documentation/config/pack.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config/pack.adoc b/Documentation/config/pack.adoc 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.