Home
last modified time | relevance | path

Searched full:git (Results 1 – 8 of 8) sorted by relevance

/zcbor-latest/.github/actions/prepare_and_run_tests/
Daction.yaml29 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/
Dtest_versions.py25 current_branch = Popen(['git', 'branch', '--show-current'],
52 tags_stdout, _ = Popen(['git', 'tag'], stdout=PIPE).communicate()
Dtest_repo_files.py133 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/
Drun-tests.yaml48 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/
DCMakeLists.txt67 --git-sha-header
/zcbor-latest/
DREADME.md443 [--git-sha-header] [-b {32,64}]
525 --git-sha-header Put the current git sha of zcbor in a comment in the
DRELEASE_NOTES.md478 * Allow adding the current git sha to generated file headers.
/zcbor-latest/zcbor/
Dzcbor.py3093 "--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']