index-format.txt: remove outdated list of supported extensions
commita10f6e2bda995d4cbf1b2bd081bf74bc575013d9
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 18 Jul 2022 08:56:40 +0000 (18 10:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jul 2022 16:24:43 +0000 (18 09:24 -0700)
treed51299b6546be2f9a5ac5c386d49be6284fe89bb
parentbbea4dcf42b28eb7ce64a6306cdde875ae5d09ca
index-format.txt: remove outdated list of supported extensions

The first section of 'Documentation/technical/index-format.txt'
mentions that "Git currently supports cache tree and resolve undo
extensions", but then goes on, and in the "Extensions" section
describes not only these two, but six other extensions [1].

Remove this sentence, as it's misleading about the status of all those
other extensions.

Alternatively we could keep that sentence and update the list of
extensions, but that might well lead to a recurring issue, because
apparently this list is never updated when a new index extension is
added.

[1] Split index, untracked cache, FS monitor cache, end of index
    entry, index entry offset table and sparse directory entries.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/index-format.txt