]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: fix step in transition plan
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 13 Aug 2020 22:49:01 +0000 (22:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Aug 2020 01:09:55 +0000 (18:09 -0700)
One of the required steps for the objectFormat extension is to implement
the loose object index.  However, without support for
compatObjectFormat, we don't even know if the loose object index is
needed, so it makes sense to move that step to the compatObjectFormat
section.  Do so.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/hash-function-transition.txt

index 5b2db3be1ecc448ade0529fea12752be53fa1930..6fd20ebbc254472936238a8db590585e93d5eb91 100644 (file)
@@ -650,7 +650,6 @@ Some initial steps can be implemented independently of one another:
 
 The first user-visible change is the introduction of the objectFormat
 extension (without compatObjectFormat). This requires:
-- implementing the loose-object-idx
 - teaching fsck about this mode of operation
 - using the hash function API (vtable) when computing object names
 - signing objects and verifying signatures
@@ -658,6 +657,7 @@ extension (without compatObjectFormat). This requires:
   repository
 
 Next comes introduction of compatObjectFormat:
+- implementing the loose-object-idx
 - translating object names between object formats
 - translating object content between object formats
 - generating and verifying signatures in the compat format