Skip to content

Commit 8017440

Browse files
author
Alexey Lustin
committed
* добавлен файл автоматически обновляющий hooks каталог, в случае если Precommit расположен в каталоге utils/precommit1c
* исправлено - в Windows имя запускающего файла Python.exe с большой буквы
1 parent 3690d67 commit 8017440

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

copy-to-hook.cmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@echo off
2+
3+
@echo copy current version in bootstrap https://github.com/xUnitFor1C/xdd-bootstrap-1C
4+
5+
xcopy .\ibService .\..\..\.git\hooks\ibService\ /Y /E /F
6+
xcopy .\pre-commit .\..\..\.git\hooks\ /Y /F
7+
xcopy .\v8Reader.epf .\..\..\.git\hooks\ /Y /F
8+
xcopy .\pyv8unpack.py .\..\..\.git\hooks\ /Y /F

pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
echo "dddd"
3-
python.exe .git/hooks/pyv8unpack.py
3+
Python.exe .git/hooks/pyv8unpack.py

0 commit comments

Comments
 (0)