mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-29 22:43:24 -05:00
7838d3fb41ed7d738e2cbdf8e4f40f0367f4f46f
In Git 1.6 and later gitk is in $prefix/bin while git-gui and all of the other commands are in $gitexecdir, which is typically not the same as $prefix/bin. So we cannot launch $gitexecdir/gitk and expect it to actually start gitk properly. By allowing git-gui to locate the script via $PATH and then using exactly that path when we source it during the application start we can correctly run gitk on any Git 1.5 or later. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Description
Releases
335
Languages
C
50.6%
Shell
38.7%
Perl
4.3%
Tcl
3.1%
Python
0.8%
Other
2.3%