Searched refs:merge (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/tools/gerrit/ |
D | README.md | 1 # git-squash-merge tool 3 `git-squash-merge` is a bash script to help squash merge a given branch into the current branch. Th… 10 git-squash-merge [--no-list] [--no-commit] <branch> [<commit msg>]" 15 - `<branch>` specifies the name of branch to merge into current branch. 26 ~/sw/openthread $ ./tools/gerrit/git-squash-merge.sh github/master "OpenThread GitHub sync" 31 Squash merge 'github/master' into 'HEAD'
|
D | git-squash-merge.sh | 112 git merge --squash "$branch" 1>/dev/null 2>/dev/null || die "Failed to perform 'git merge -squash $…
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_memory_buffer_alloc.data | 10 Memory buffer alloc - free in middle, merge, realloc 13 Memory buffer alloc - free at end, merge, realloc
|
/openthread-latest/script/ |
D | git-tool | 57 [[ ${GITHUB_ACTIONS+x} && ${GITHUB_REF-} =~ ^refs/pull/[0-9]+/merge ]] || {
|
D | gcda-tool | 47 gcov-tool merge "${profile_current}" "${profile_merged}" -o "${profile_temporary}" || return 0
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 54 git checkout $(git merge-base HEAD development)
|
/openthread-latest/tests/toranj/ |
D | start.sh | 178 run cli/test-010-partition-merge.py 254 run ncp/test-024-partition-merge.py
|
/openthread-latest/ |
D | CONTRIBUTING.md | 86 …e it as simple as possible for the original repo's maintainer to test, accept, and merge your work. 91 # Fetch upstream main and merge with your repo's main branch
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | x509.c | 819 unsigned char c, merge = 0; in mbedtls_x509_dn_gets() local 839 ret = mbedtls_snprintf(p, n, merge ? " + " : ", "); in mbedtls_x509_dn_gets() 934 merge = name->next_merged; in mbedtls_x509_dn_gets()
|
/openthread-latest/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 28 …ature or topic. The larger the contribution is, the longer it would take to review it and merge it.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 6 This document contains historical information both from before and after this merge.
|