summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Derrick Stolee <dstolee@microsoft.com>2021-01-07 16:32:07 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-01-15 23:04:38 -0800
commit845d15d4d07bef903bf6f87275d2be11ca0647b5 (patch)
treeb30df366d40796f6ae5980d47299706739e6a30a /t
parentcache-tree: trace regions for prime_cache_tree (diff)
downloadtgif-845d15d4d07bef903bf6f87275d2be11ca0647b5.tar.xz
index-format: use 'cache tree' over 'cached tree'
The index has a "cache tree" extension. This corresponds to a significant API implemented in cache-tree.[ch]. However, there are a few places that refer to this erroneously as "cached tree". These are rare, but notably the index-format.txt file itself makes this error. The only other reference is in t7104-reset-hard.sh. Reported-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t7104-reset-hard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7104-reset-hard.sh b/t/t7104-reset-hard.sh
index 16faa07813..7948ec392b 100755
--- a/t/t7104-reset-hard.sh
+++ b/t/t7104-reset-hard.sh
@@ -33,7 +33,7 @@ test_expect_success 'reset --hard should restore unmerged ones' '
'
-test_expect_success 'reset --hard did not corrupt index or cached-tree' '
+test_expect_success 'reset --hard did not corrupt index or cache-tree' '
T=$(git write-tree) &&
rm -f .git/index &&