diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-09-12 21:32:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-09-13 01:21:53 +0200 |
commit | 83708f80fc5fc7202df0bf3c0951f85d31249fe3 (patch) | |
tree | e67aaee5bfd340024eb36f839ee7c96a263a1f70 /Makefile | |
parent | update-index: add --show-index-version (diff) | |
download | git-83708f80fc5fc7202df0bf3c0951f85d31249fe3.tar.xz git-83708f80fc5fc7202df0bf3c0951f85d31249fe3.zip |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -808,7 +808,6 @@ TEST_BUILTINS_OBJS += test-hash-speed.o TEST_BUILTINS_OBJS += test-hash.o TEST_BUILTINS_OBJS += test-hashmap.o TEST_BUILTINS_OBJS += test-hexdump.o -TEST_BUILTINS_OBJS += test-index-version.o TEST_BUILTINS_OBJS += test-json-writer.o TEST_BUILTINS_OBJS += test-lazy-init-name-hash.o TEST_BUILTINS_OBJS += test-match-trees.o |