diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2021-12-22 14:20:56 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-12-22 11:42:40 -0800 |
commit | 408c51f0b4b5f978ab3676a7dc8efaffe459bdee (patch) | |
tree | e5f81efc0d979a4d35cfd6e79722bdc4c91c17a6 /t/t6500-gc.sh | |
parent | t1091/t3705: remove 'test-tool read-cache --table' (diff) | |
download | tgif-408c51f0b4b5f978ab3676a7dc8efaffe459bdee.tar.xz |
test-read-cache: remove --table, --expand options
This commit effectively reverts 2782db3 (test-tool: don't force full
index, 2021-03-30) and e2df6c3 (test-read-cache: print cache entries
with --table, 2021-03-30) to remove the --table and --expand options
from 'test-tool read-cache'. The previous changes already removed these
options from the test suite in favor of 'git ls-files --sparse'.
The initial thought of creating these options was to allow for tests to
see additional information with every cache entry. In particular, the
object type is still not mirrored in 'git ls-files'. Since sparse
directory entries always end with a slash, the object type is not
critical to verify the sparse index is enabled. It was thought that it
would be helpful to have additional information, such as flags, but that
was not needed for the FS Monitor integration and hasn't been needed
since.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6500-gc.sh')
0 files changed, 0 insertions, 0 deletions