From: Elijah Newren Date: Thu, 16 Apr 2026 23:36:29 +0000 (+0000) Subject: doc: fix plural agreement in pack.preferBitmapTips X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31f23c958be7f727ece4ce0db8b7ddbf1dfb3f79;p=thirdparty%2Fgit.git doc: fix plural agreement in pack.preferBitmapTips hierarchies -> hierarchy Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config/pack.adoc b/Documentation/config/pack.adoc index fa997c8597..22384c2d2f 100644 --- a/Documentation/config/pack.adoc +++ b/Documentation/config/pack.adoc @@ -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.