Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/tools/gerrit/
DREADME.md1 # 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'
Dgit-squash-merge.sh112 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/
Dtest_suite_memory_buffer_alloc.data10 Memory buffer alloc - free in middle, merge, realloc
13 Memory buffer alloc - free at end, merge, realloc
/openthread-latest/script/
Dgit-tool57 [[ ${GITHUB_ACTIONS+x} && ${GITHUB_REF-} =~ ^refs/pull/[0-9]+/merge ]] || {
Dgcda-tool47 gcov-tool merge "${profile_current}" "${profile_merged}" -o "${profile_temporary}" || return 0
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Doutcome-analysis.sh54 git checkout $(git merge-base HEAD development)
/openthread-latest/tests/toranj/
Dstart.sh178 run cli/test-010-partition-merge.py
254 run ncp/test-024-partition-merge.py
/openthread-latest/
DCONTRIBUTING.md86 …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/
Dx509.c819 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/
DCONTRIBUTING.md28 …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/
Dmbed-crypto-storage-specification.md6 This document contains historical information both from before and after this merge.