]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: translation binary defines iso8859-1
authorMark Levedahl <mlevedahl@gmail.com>
Thu, 22 May 2025 17:17:08 +0000 (13:17 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Tue, 22 Jul 2025 16:32:58 +0000 (12:32 -0400)
commitf6d3ee2014e4a553ef6b783dc5d6b2d53ee70168
treedcf24b2c5ae61771cbbfbd22047cbaf40e2a1a8a
parent847c8a2ec4e9504fd112be263c261f2ea2690444
git-gui: translation binary defines iso8859-1

git-gui has many cases where -translation binary and -encoding binary
are configured on the same channel. But, -translation binary defines a
binary channel, which sets up -encoding iso8859-1 as part of its work.
Tcl 8.x defines -encoding binary as an alias of -encoding iso8859-1, and
this alias is deleted in Tcl 9.0.  Let's delete the redundant encoding
definition now.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
git-gui.sh
lib/blame.tcl
lib/index.tcl
lib/mergetool.tcl