Skip to content

Commit 15ac375

Browse files
committed
Убраны питоно-файлы. Батники переделаны на os-версию
1 parent b4f102a commit 15ac375

File tree

4 files changed

+4
-481
lines changed

4 files changed

+4
-481
lines changed

copy-to-hook.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ xcopy .\ibService .\..\..\.git\hooks\ibService\ /Y /E /F
66
xcopy .\pre-commit .\..\..\.git\hooks\ /Y /F
77
mkdir .\..\..\.git\hooks\v8Reader
88
xcopy .\v8Reader\V8Reader.epf .\..\..\.git\hooks\v8Reader\ /Y /F
9-
xcopy .\pyv8unpack.py .\..\..\.git\hooks\ /Y /F
9+
xcopy .\v8files-extractor.os .\..\..\.git\hooks\ /Y /F
1010
mkdir .\..\..\.git\hooks\tools
1111
xcopy .\tools\v8unpack.exe .\..\..\.git\hooks\tools\ /Y /F
1212

1313
cd .\..\..\
14-
git config --local core.quotepath false
14+
git config --local core.quotepath false

create-links-in-hooks.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mklink ".git/hooks/pre-commit" "%~dp0pre-commit"
2-
mklink ".git/hooks/pyv8unpack.py" "%~dp0pyv8unpack.py"
2+
mklink ".git/hooks/v8files-extractor.os" "%~dp0v8files-extractor.os"
33
mklink /J ".git/hooks/ibService" "%~dp0ibService"
44
mklink /J ".git/hooks/v8Reader" "%~dp0v8Reader"
55
mklink /J ".git/hooks/tools" "%~dp0tools"
6-
git config --local core.quotepath false
6+
git config --local core.quotepath false

0 commit comments

Comments
 (0)