summaryrefslogtreecommitdiff
path: root/Documentation/technical/hash-function-transition.txt
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2020-08-13 22:49:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-08-14 01:09:55 (GMT)
commit2ae12e568b14e068cd37afdd47dd46c2be8538fe (patch)
treebf73c17a77b987d0396c678fad38aec45e9030ae /Documentation/technical/hash-function-transition.txt
parent17420eafa9e2b7d69ff17dbf4d12088a2152fd9d (diff)
downloadgit-2ae12e568b14e068cd37afdd47dd46c2be8538fe.zip
git-2ae12e568b14e068cd37afdd47dd46c2be8538fe.tar.gz
git-2ae12e568b14e068cd37afdd47dd46c2be8538fe.tar.bz2
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 <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/hash-function-transition.txt')
-rw-r--r--Documentation/technical/hash-function-transition.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/hash-function-transition.txt b/Documentation/technical/hash-function-transition.txt
index 5b2db3b..6fd20eb 100644
--- a/Documentation/technical/hash-function-transition.txt
+++ b/Documentation/technical/hash-function-transition.txt
@@ -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