]> git.ipfire.org Git - thirdparty/git.git/commit
fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value
authorPatrick Steinhardt <ps@pks.im>
Wed, 17 May 2023 11:48:42 +0000 (13:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 May 2023 16:55:33 +0000 (09:55 -0700)
commita40449bcd481ac2a164c55b4f038ced731cd9f2d
tree0aba9232fcca85d59e584b1c35732dfaf1f4a875
parent0df2c180904f6b709766f9c24669a9d01543f915
fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value

With 50957937f9 (fetch: introduce `display_format` enum, 2023-05-10), a
new enumeration was introduced to determine the display format that is
to be used by git-fetch(1). The `DISPLAY_FORMAT_UNKNOWN` value isn't
ever used though, and neither do we rely on the explicit `0` value for
initialization anywhere.

Remove the enum value.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c