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>maint
parent
8ecf2a192a
commit
31f23c958b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue