Searched refs:merge (Results 1 – 9 of 9) sorted by relevance
/openthread-2.7.6/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-2.7.6/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-2.7.6/script/ |
D | git-tool | 57 [[ ${GITHUB_ACTIONS+x} && ${GITHUB_REF-} =~ ^refs/pull/[0-9]+/merge ]] || {
|
D | gcda-tool | 44 gcov-tool merge "${profile_current}" "${profile_merged}" -o "${profile_temporary}" || return 0
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | x509.c | 745 unsigned char c, merge = 0; in mbedtls_x509_dn_gets() local 766 ret = mbedtls_snprintf( p, n, merge ? " + " : ", " ); in mbedtls_x509_dn_gets() 792 merge = name->next_merged; in mbedtls_x509_dn_gets()
|
/openthread-2.7.6/tests/toranj/ |
D | start.sh | 153 run test-024-partition-merge.py
|
/openthread-2.7.6/ |
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-2.7.6/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 21 …ature or topic. The larger the contribution is, the longer it would take to review it and merge it.
|