@rem KLOPOV: TAKE FROM .git.app\cmd\gitk.cmd

@rem Do not use "echo off" to not affect any child calls.
@setlocal

@set git_install_root=..\..\.git.app
@set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH%
@set HOME=..\..\.git.home
@start "gitk" wish.exe "%git_install_root%\libexec\git-core\git-gui" -- %*
