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
@@ -161,7 +161,7 @@ pack.usePathWalk::
161
162 pack.preferBitmapTips::
163 Specifies a ref hierarchy (e.g., "refs/heads/"); can be
164 - given multiple times to specify more than one hierarchies.
164 + given multiple times to specify more than one hierarchy.
165 When selecting which commits will receive bitmaps, prefer a
166 commit at the tip of a reference that is contained in any of
167 the configured hierarchies.