-
Notifications
You must be signed in to change notification settings - Fork 93
Доработки gitsync tags push tempdir authors branch #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
khorevaa
wants to merge
30
commits into
oscript-library:master
from
khorevaa:Feature/Доработки-gitsync-tags-push-tempdir-authors
The head ref may contain hidden characters: "Feature/\u0414\u043E\u0440\u0430\u0431\u043E\u0442\u043A\u0438-gitsync-tags-push-tempdir-authors"
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
7fbcb44
Добавление отправки на удаленный репо каждые n - коммитов
khorevaa d5bc168
Добавлена возможность указания ветки при пакетной синхронизации
khorevaa 1a0a08b
Исправлен вызов процедуры синхронизации с новыми параметрами
khorevaa e3d7583
Merge pull request #1 in OS/gitsync from feature/Добавление-Pull-кажд…
khorevaa e9aca5e
Merge remote-tracking branch 'origin/master' into feature/добавление-…
khorevaa 017dd91
Merge pull request #2 in OS/gitsync from feature/добавление-параметра…
khorevaa bc4631d
Добавлена возможность указания Temp каталога
khorevaa 065f230
Дорабавлен ключ "-tempcatalog"
khorevaa 7d55345
Исправлена ошибка преобразования типов
khorevaa f2decf7
Merge pull request #3 in OS/gitsync from feature/добавление-возможост…
khorevaa b2e6edb
Merge pull request #4 in OS/gitsync from release/0.1 to master
khorevaa 001d307
Automatic merge from master -> develop
khorevaa 368a923
Переработка хранения файла AUTHORS
d8cc5f0
Merge branch 'master' into new-author-format
0522705
Merge branch 'develop' into new-author-format
khorevaa f6218ff
Исправлены баги.
khorevaa 706464c
Очередная правка багов
khorevaa b260cc9
Merge pull request #5 in OS/gitsync from new-author-format to develop
khorevaa 9af89bf
Merge pull request #6 in OS/gitsync from release/0.2 to master
khorevaa edd5938
Automatic merge from master -> develop
khorevaa 5903a43
Доработка передачи Tags
khorevaa 8e913cf
Доработка исправление багов
khorevaa 274e370
Переименование название параметра tempcatalog
khorevaa e2b2f26
Доработан автоматичесое присвоение Tags и их Push
khorevaa 572a829
Завершено добавление-установки-тегов-по-версиям
khorevaa 2e6d894
Получение последних изменений из 'develop' into new-author-format
khorevaa 3145631
Изменен формат хранения AURHORS
khorevaa 92f3e8c
Merge remote-tracking branch 'origin/new-author-format' into develop
khorevaa 7556d0a
Изменен вызов команды push. Исправлены мелкие баги
khorevaa f31d149
Finish Изменение-команды-push
khorevaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,3 @@ | ||
// Поместите параметры в этот файл, чтобы перезаписать параметры по умолчанию и пользовательские параметры. | ||
{ | ||
} |
This file contains hidden or 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,64 @@ | ||
{ | ||
"version": "0.1.0", | ||
"command": "oscript", | ||
"isShellCommand": true, | ||
"showOutput": "silent", | ||
"args": [ | ||
"-encoding=utf-8" | ||
], | ||
"tasks": [ | ||
{ | ||
"taskName": "OneScript: compile", | ||
"args": [ | ||
"-compile", | ||
"${file}" | ||
], | ||
"echoCommand": true, | ||
"showOutput": "always", | ||
"suppressTaskName": true, | ||
"isBuildCommand": false | ||
}, | ||
{ | ||
"taskName": "OneScript: check", | ||
"args": [ | ||
"-check", | ||
"${file}" | ||
], | ||
"echoCommand": true, | ||
"showOutput": "always", | ||
"suppressTaskName": true, | ||
"isBuildCommand": false | ||
}, | ||
{ | ||
"taskName": "OneScript: make", | ||
"args": [ | ||
"-make", | ||
"${file}", | ||
"${fileBasename}.exe" | ||
], | ||
"echoCommand": true, | ||
"showOutput": "always", | ||
"suppressTaskName": true, | ||
"isBuildCommand": false | ||
}, | ||
{ | ||
"taskName": "OneScript: run", | ||
"args": [ | ||
"${file}" | ||
], | ||
"echoCommand": true, | ||
"showOutput": "always", | ||
"suppressTaskName": true, | ||
"isBuildCommand": true, | ||
"problemMatcher": { | ||
"fileLocation": "absolute", | ||
"pattern": { | ||
"regexp": "^{Модуль\\s+(.*)\\s\\/\\s.*:\\s+(\\d+)\\s+\\/\\s+(.*)}$", | ||
"file": 1, | ||
"location": 2, | ||
"message": 3 | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Этот файл разве нужен в гите? Пустой по крайней мере.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не нужен.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Да не корректный gitignore...