]> git.ipfire.org Git - thirdparty/git.git/commit
index-format: use 'cache tree' over 'cached tree'
authorDerrick Stolee <dstolee@microsoft.com>
Thu, 7 Jan 2021 16:32:07 +0000 (16:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Jan 2021 07:04:38 +0000 (23:04 -0800)
commit845d15d4d07bef903bf6f87275d2be11ca0647b5
treeb30df366d40796f6ae5980d47299706739e6a30a
parent0e5c95026752f0aa62e072bcb9e0a4fb93fd482e
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>
Documentation/technical/index-format.txt
t/t7104-reset-hard.sh