]> git.ipfire.org Git - thirdparty/git.git/commit
compat/winansi: drop pre-Vista workaround
authorMatthias Aßhauer <mha1993@live.de>
Mon, 6 Apr 2026 05:45:30 +0000 (05:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 17:06:22 +0000 (10:06 -0700)
commit2f8c3f6a5a6d6a3de205be709e1a598b9d4b0b3e
tree5d55506b3d5113624a8dd0a1fc4f1877d548dbe3
parent66dd13f3f72e8cad1327b6b134dec079936c4b07
compat/winansi: drop pre-Vista workaround

1edeb9a (Win32: warn if the console font doesn't support Unicode,
2014-06-10) introduced both code to detect the current console font on
Windows Vista and newer and a fallback for older systems to detect the
default console font and issue a warning if that font doesn't support
unicode.

Since we haven't supported any Windows older than Vista in almost a
decade, we don't need to keep the workaround.

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/winansi.c