Searched full:git (Results 1 – 8 of 8) sorted by relevance
| /zcbor-latest/.github/actions/prepare_and_run_tests/ |
| D | action.yaml | 29 git init 30 git remote add origin https://github.com/zephyrproject-rtos/zephyr 31 git fetch origin $ZEPHYR_REV --depth=1 32 git reset --hard FETCH_HEAD
|
| /zcbor-latest/tests/scripts/ |
| D | test_versions.py | 25 current_branch = Popen(['git', 'branch', '--show-current'], 52 tags_stdout, _ = Popen(['git', 'tag'], stdout=PIPE).communicate()
|
| D | test_repo_files.py | 133 remote_tr_args = ['git', 'rev-parse', '--abbrev-ref', '--symbolic-full-name', '@{u}'] 138 repo_url_args = ['git', 'remote', 'get-url', remote] 139 repo_url = check_output(repo_url_args).decode('utf-8').strip().strip('.git')
|
| /zcbor-latest/.github/workflows/ |
| D | run-tests.yaml | 48 git init zephyr-clone 50 git remote add origin https://github.com/zephyrproject-rtos/zephyr 51 git fetch origin $env:ZEPHYR_REV --depth=1 52 git reset --hard FETCH_HEAD
|
| /zcbor-latest/tests/decode/test5_corner_cases/ |
| D | CMakeLists.txt | 67 --git-sha-header
|
| /zcbor-latest/ |
| D | README.md | 443 [--git-sha-header] [-b {32,64}] 525 --git-sha-header Put the current git sha of zcbor in a comment in the
|
| D | RELEASE_NOTES.md | 478 * Allow adding the current git sha to generated file headers.
|
| /zcbor-latest/zcbor/ |
| D | zcbor.py | 3093 "--git-sha-header", required=False, action="store_true", default=False, 3094 help="Put the current git sha of zcbor in a comment in the generated files.") 3226 git_args = ['git', 'rev-parse', '--verify', '--short', 'HEAD']
|