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>
diff --git a/Documentation/config/pack.adoc b/Documentation/config/pack.adoc index fa997c8..22384c2 100644 --- a/Documentation/config/pack.adoc +++ b/Documentation/config/pack.adoc
@@ -161,7 +161,7 @@ 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.