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>
This commit is contained in:
Elijah Newren
2026-04-16 23:36:29 +00:00
committed by Junio C Hamano
parent 8ecf2a192a
commit 31f23c958b
+1 -1
View File
@@ -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.