]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: remove implementations for Tcl/Tk < 8.6
authorMark Levedahl <mlevedahl@gmail.com>
Mon, 19 May 2025 16:54:32 +0000 (12:54 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Wed, 16 Jul 2025 16:07:15 +0000 (12:07 -0400)
commitb70227fd8681baa21bacf551c5f5e417052b0c54
tree7b0764f07294401c95a93f487f18b741f4af69fa
parent82d316c6c87d69020d3edabf8f5ef8457e6d1087
gitk: remove implementations for Tcl/Tk < 8.6

gitk includes code specifically for Tcl 8.4 and 8.5, but the requirement
is now for at least 8.6. Remove the now unusable code targeting earlier
Tcl.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
gitk