We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fabc6a0 + b3c02de commit e3f8371Copy full SHA for e3f8371
create-links-in-hooks.bat
@@ -2,4 +2,5 @@ mklink ".git/hooks/pre-commit" "%~dp0pre-commit"
2
mklink ".git/hooks/pyv8unpack.py" "%~dp0pyv8unpack.py"
3
mklink /J ".git/hooks/ibService" "%~dp0ibService"
4
mklink /J ".git/hooks/v8Reader" "%~dp0v8Reader"
5
+mklink /J ".git/hooks/tools" "%~dp0tools"
6
git config --local core.quotepath false
0 commit comments