diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-08-19 16:14:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-19 16:14:51 -0700 |
commit | 336fbd18bb371f26cbe25682b38d088088cb7fd8 (patch) | |
tree | 9e14b9939bcb4b15dd7c3ec543ffc6f34f7655ad /Documentation/technical/hash-function-transition.txt | |
parent | Merge branch 'pb/set-url-docfix' (diff) | |
parent | docs: fix step in transition plan (diff) | |
download | tgif-336fbd18bb371f26cbe25682b38d088088cb7fd8.tar.xz |
Merge branch 'bc/sha-256-doc-updates'
Further update of docs to adjust to the recent SHA-256 work.
* bc/sha-256-doc-updates:
docs: fix step in transition plan
docs: document SHA-256 pack and indices
Diffstat (limited to 'Documentation/technical/hash-function-transition.txt')
-rw-r--r-- | Documentation/technical/hash-function-transition.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/hash-function-transition.txt b/Documentation/technical/hash-function-transition.txt index 5b2db3be1e..6fd20ebbc2 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 |