diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-09-20 10:45:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-09-20 10:45:16 -0700 |
| commit | 3c2af826a35ecba8533748db5bd0a4dbda2d33db (patch) | |
| tree | 22eb0337f8113684e786a42a395c574ffb286355 /Makefile | |
| parent | Merge branch 'ob/t3404-typofix' (diff) | |
| parent | test-tool: retire "index-version" (diff) | |
| download | git-3c2af826a35ecba8533748db5bd0a4dbda2d33db.tar.gz git-3c2af826a35ecba8533748db5bd0a4dbda2d33db.zip | |
Merge branch 'jc/update-index-show-index-version'
"git update-index" learns "--show-index-version" to inspect
the index format version used by the on-disk index file.
* jc/update-index-show-index-version:
test-tool: retire "index-version"
update-index: add --show-index-version
update-index doc: v4 is OK with JGit and libgit2
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 |
