frankche88

Results 2 comments of frankche88

@ronnaf "git.path": "**D:/msys64/usr/bin/git-wrap.bat**" .git-wrap.bat ---- setlocal :loop if "%~1" equ "rev-parse" goto rev_parse shift if not "%~1"=="" goto loop git.exe %* goto :eof :rev_parse git.exe %* | cygpath -w -f...