forked from pumbaEO/precommit1c
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
114 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,5 @@ docs/_build/ | |
|
||
# PyBuilder | ||
target/ | ||
|
||
*.ospx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
mklink ".git/hooks/pre-commit" "%~dp0pre-commit" | ||
mklink ".git/hooks/v8files-extractor.os" "%~dp0v8files-extractor.os" | ||
mklink /J ".git/hooks/ibService" "%~dp0ibService" | ||
pushd .git | ||
md hooks | ||
popd | ||
|
||
mklink /D /H ".git/hooks/pre-commit" "%~dp0pre-commit" | ||
mklink /D /H ".git/hooks/v8files-extractor.os" "%~dp0v8files-extractor.os" | ||
mklink /J ".git/hooks/v8Reader" "%~dp0v8Reader" | ||
mklink /J ".git/hooks/tools" "%~dp0tools" | ||
git config --local core.quotepath false |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
| ||
Описание.Имя("precommit1c") | ||
.Версия("2.0.5") | ||
.ЗависитОт("logos") | ||
.ЗависитОт("cmdline") | ||
.ЗависитОт("tempfiles") | ||
.ЗависитОт("asserts") | ||
.ЗависитОт("v8runner") | ||
.ЗависитОт("strings") | ||
.ИсполняемыйФайл("v8files-extractor.os"); | ||
|
||
ФайлыКаталога = НайтиФайлы(ТекущийСценарий().Каталог, ПолучитьМаскуВсеФайлы()); | ||
Для Каждого Файл Из ФайлыКаталога Цикл | ||
Если Лев(Файл.Имя,1) <> "." Тогда | ||
Описание.ВключитьФайл(Файл.Имя); | ||
КонецЕсли; | ||
КонецЦикла; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters