From: Alexander Monakov Date: Fri, 5 Jun 2026 17:26:43 +0000 (+0300) Subject: doc: fix typo in GIT_ALTERNATE_OBJECT_DIRECTORIES X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b72b29e993ece28ace1f7f5d587e959e26c65c;p=thirdparty%2Fgit.git doc: fix typo in GIT_ALTERNATE_OBJECT_DIRECTORIES One file accidentally spelled GIT_ALTERNATE_OBJECT_DIRECTORIES with REPOSITORIES instead of DIRECTORIES. Fix the typo. Signed-off-by: Alexander Monakov Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/hash-function-transition.adoc b/Documentation/technical/hash-function-transition.adoc index 2359d7d106..241d2f763d 100644 --- a/Documentation/technical/hash-function-transition.adoc +++ b/Documentation/technical/hash-function-transition.adoc @@ -545,7 +545,7 @@ Alternates ~~~~~~~~~~ For the same reason, a SHA-256 repository cannot borrow objects from a SHA-1 repository using objects/info/alternates or -$GIT_ALTERNATE_OBJECT_REPOSITORIES. +$GIT_ALTERNATE_OBJECT_DIRECTORIES. git notes ~~~~~~~~~