]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: replace encoding binary with iso8859-1
authorMark Levedahl <mlevedahl@gmail.com>
Thu, 22 May 2025 17:33:00 +0000 (13:33 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Tue, 22 Jul 2025 16:32:58 +0000 (12:32 -0400)
commit40f54f670a01b6ae4f13e0888796948ddce9104c
tree95f7ed7786914952fe5f592e8bcd5b6ea9c73780
parentf6d3ee2014e4a553ef6b783dc5d6b2d53ee70168
git-gui: replace encoding binary with iso8859-1

git-gui currently configures some channels as '-encoding binary' when
the channel is not really binary (e.g, the channel is consumed as lines
of text).  In 8.6, '-encoding binary' is an alias for '-encoding
iso8859), but TIP 699 removes this alias for Tcl 9.0. Let's switch to
'-encoding iso8859-1' to be compatible across Tcl versions.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
lib/blame.tcl
lib/commit.tcl