mirror of
https://github.com/git/git.git
synced 2026-05-25 11:25:06 +02:00
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:
committed by
Junio C Hamano
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.
|
||||
|
||||
Reference in New Issue
Block a user