]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: remove non-ttk code
authorMark Levedahl <mlevedahl@gmail.com>
Tue, 20 May 2025 17:53:52 +0000 (13:53 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Mon, 21 Jul 2025 15:59:21 +0000 (11:59 -0400)
commit9b1c537fdbdf5bcad2f73bbad8eb06983889ff78
tree8f49e3073bd68f9769f055d6c5d05cf2d71875ea
parentfdc0e3a29020276de3d9344d2ab0caf4d086fd3a
git-gui: remove non-ttk code

git-gui has code paths to support older non-ttk widgets, but this code
is no longer reachable as ttk is always used. Remove that code.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
26 files changed:
git-gui.sh
lib/about.tcl
lib/branch_checkout.tcl
lib/branch_create.tcl
lib/branch_delete.tcl
lib/branch_rename.tcl
lib/browser.tcl
lib/choose_font.tcl
lib/choose_repository.tcl
lib/choose_rev.tcl
lib/class.tcl
lib/console.tcl
lib/database.tcl
lib/error.tcl
lib/index.tcl
lib/line.tcl
lib/merge.tcl
lib/option.tcl
lib/remote_add.tcl
lib/remote_branch_delete.tcl
lib/search.tcl
lib/sshkey.tcl
lib/status_bar.tcl
lib/themed.tcl
lib/tools_dlg.tcl
lib/transport.tcl