Add a (Python) script to upload files to GoogleCode
[msysgit/mtrensch.git] / cmd / gitk.cmd
blobdd68e3c7f6e5c520ca8a446997e6423c70de054a
1 @rem Do not use "echo off" to not affect any child calls.
2 @setlocal
4 @rem Get the abolute path to the parent directory, which is assumed to be the
5 @rem Git installation root.
6 @for /F "delims=" %%I in ("%~dp0..") do @set git_install_root=%%~fI
7 @set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH%
9 @if "%HOME%"=="" @set HOME=%USERPROFILE%
11 @start wish.exe "%git_install_root%\bin\gitk" -- %*