Skip to content

Commit 2ae12e5

Browse files
bk2204gitster
authored andcommitted
docs: fix step in transition plan
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 17420ea commit 2ae12e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/hash-function-transition.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,14 +650,14 @@ Some initial steps can be implemented independently of one another:
650650

651651
The first user-visible change is the introduction of the objectFormat
652652
extension (without compatObjectFormat). This requires:
653-
- implementing the loose-object-idx
654653
- teaching fsck about this mode of operation
655654
- using the hash function API (vtable) when computing object names
656655
- signing objects and verifying signatures
657656
- rejecting attempts to fetch from or push to an incompatible
658657
repository
659658

660659
Next comes introduction of compatObjectFormat:
660+
- implementing the loose-object-idx
661661
- translating object names between object formats
662662
- translating object content between object formats
663663
- generating and verifying signatures in the compat format

0 commit comments

Comments
 (0)