]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: fix typo in GIT_ALTERNATE_OBJECT_DIRECTORIES
authorAlexander Monakov <amonakov@ispras.ru>
Fri, 5 Jun 2026 17:26:43 +0000 (20:26 +0300)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Jun 2026 02:04:03 +0000 (11:04 +0900)
One file accidentally spelled GIT_ALTERNATE_OBJECT_DIRECTORIES with
REPOSITORIES instead of DIRECTORIES. Fix the typo.

Signed-off-by: Alexander Monakov <amonakov@ispras.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/hash-function-transition.adoc

index 2359d7d106f8424cf51c39a4aba3869ab867357c..241d2f763dd43624bb300982963d60485e7f5dde 100644 (file)
@@ -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
 ~~~~~~~~~