]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: _search_exe is no longer needed
authorMark Levedahl <mlevedahl@gmail.com>
Tue, 1 Apr 2025 03:01:01 +0000 (23:01 -0400)
committerJohannes Sixt <j6t@kdbg.org>
Tue, 1 Apr 2025 16:12:13 +0000 (18:12 +0200)
commit74571bff17986359170f7dcf135c9a21bbdce06e
treea07eda3efde78388eb45093383cb6c5a112aa350
parent1925c292e84eb9cee40bfa2582900afa9a310154
gitk: _search_exe is no longer needed

The _search_exe variable allows specifying the suffix used for executables,
typically {} on unix, .exe on Windows. But, the override code is now
used only on Windows, so _search_exe is no longer needed. Eliminate it.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk