]> git.ipfire.org Git - thirdparty/git.git/commit
test-tool: retire "index-version"
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Sep 2023 19:32:35 +0000 (12:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Sep 2023 23:21:53 +0000 (16:21 -0700)
commit83708f80fc5fc7202df0bf3c0951f85d31249fe3
treee67aaee5bfd340024eb36f839ee7c96a263a1f70
parent606e088d5d9af2393b4b05a8a180162c129cd734
test-tool: retire "index-version"

As "git update-index --show-index-version" can do the same thing,
the 'index-version' subcommand in the test-tool lost its reason to
exist.  Remove it and replace its use with the end-user facing
'git update-index --show-index-version'.

Helped-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
t/helper/test-index-version.c [deleted file]
t/helper/test-tool.c
t/helper/test-tool.h
t/t1600-index.sh
t/t1700-split-index.sh
t/t2104-update-index-skip-worktree.sh