aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/hash-function-transition.adoc
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2025-03-03 15:44:09 -0500
committerJunio C Hamano <gitster@pobox.com>2025-03-03 13:49:21 -0800
commit97350e18e2fc2e753e34df4ee8c1107457aa0a91 (patch)
tree064ecc355c00a7553eb602853b22b25793887497 /Documentation/technical/hash-function-transition.adoc
parent59d92809088f28b06b0cd102dd166ba8b3144fc7 (diff)
downloadgit-97350e18e2fc2e753e34df4ee8c1107457aa0a91.tar.gz
doc: *.txt -> *.adoc fixes
Update a few more instances of Documentation/*.txt files which have been renamed to *.adoc. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/hash-function-transition.adoc')
-rw-r--r--Documentation/technical/hash-function-transition.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/hash-function-transition.adoc b/Documentation/technical/hash-function-transition.adoc
index 7102c7c8f5..f047fd80ca 100644
--- a/Documentation/technical/hash-function-transition.adoc
+++ b/Documentation/technical/hash-function-transition.adoc
@@ -394,7 +394,7 @@ inflated again in step 3, for a total of two inflations.
Step 4 is probably necessary for good read-time performance. "git
pack-objects" on the server optimizes the pack file for good data
-locality (see Documentation/technical/pack-heuristics.txt).
+locality (see Documentation/technical/pack-heuristics.adoc).
Details of this process are likely to change. It will take some
experimenting to get this to perform well.