Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 42) sorted by relevance

12

/trusted-firmware-a/tools/conventional-changelog-tf-a/
A Dindex.js76 notes: notes.filter(note => section.scopes?.includes(note.commit.scope)),
95 … !flattenedSections.some(section => section.scopes?.includes(note.commit.scope))),
110 commits: commits.filter(commit => section.scopes?.includes(commit.scope)),
128 commits: commitGroup.commits.filter(commit =>
129 !flattenedSections.some(section => section.scopes?.includes(commit.scope))),
168 writerOpts.transform = function (commit, context) { argument
174 commit.notes.forEach(note => {
182 return ccWriterOptsTransform(commit, context);
/trusted-firmware-a/tools/conventional-changelog-tf-a/templates/
A Dnote.hbs3 **See:** {{#with commit }}{{> commit root=@root showScope=../showScope }}{{/with}}
A Dcommit-section.hbs6 {{#tf-a-mdlist 0}}{{> commit root=@root showScope=../topLevel }}{{/tf-a-mdlist ~}}
13 …{{#tf-a-mdlist 0}}{{> tf-a-commit-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-…
A Dtemplate.hbs8 {{> tf-a-commit-section root=@root header=(tf-a-concat "### " title) topLevel=true }}
/trusted-firmware-a/docs/process/
A Dcommit-style.rst4 When writing commit messages, please think carefully about the purpose and scope
8 keep a more accurate changelog. You may use Markdown in commit messages.
10 A good commit message provides all the background information needed for
29 To briefly summarize, commit messages are expected to be of the form:
39 The following example commit message demonstrates the use of the
92 in the :ref:`prerequisites <Prerequisites>` guide to validate commit messages
148 Ensure that each commit also has a unique ``Change-Id:`` line. If you have
150 or clone the repository using the "`Clone with commit-msg hook`" clone method,
A Dindex.rst11 commit-style
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dcommit-style.rst.txt4 When writing commit messages, please think carefully about the purpose and scope
8 keep a more accurate changelog. You may use Markdown in commit messages.
10 A good commit message provides all the background information needed for
29 To briefly summarize, commit messages are expected to be of the form:
39 The following example commit message demonstrates the use of the
92 in the :ref:`prerequisites <Prerequisites>` guide to validate commit messages
148 Ensure that each commit also has a unique ``Change-Id:`` line. If you have
150 or clone the repository using the "`Clone with commit-msg hook`" clone method,
A Dindex.rst.txt11 commit-style
/trusted-firmware-a/plat/imx/common/include/sci/svc/misc/
A Dsci_misc_api.h326 void sc_misc_seco_build_info(sc_ipc_t ipc, uint32_t *version, uint32_t *commit);
376 void sc_misc_build_info(sc_ipc_t ipc, uint32_t *build, uint32_t *commit);
/trusted-firmware-a/plat/imx/common/sci/svc/misc/
A Dmisc_rpc_clnt.c226 void sc_misc_seco_build_info(sc_ipc_t ipc, uint32_t *version, uint32_t *commit) in sc_misc_seco_build_info() argument
240 if (commit != NULL) in sc_misc_seco_build_info()
241 *commit = RPC_U32(&msg, 4U); in sc_misc_seco_build_info()
304 void sc_misc_build_info(sc_ipc_t ipc, uint32_t *build, uint32_t *commit) in sc_misc_build_info() argument
318 if (commit != NULL) in sc_misc_build_info()
319 *commit = RPC_U32(&msg, 4U); in sc_misc_build_info()
/trusted-firmware-a/.husky/
A Dcommit-msg.gerrit190 git hash-object -t commit --stdin
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-5.rst55 .. _Commit e290a8fcbc: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=e290a…
56 .. _Commit c3e8b0be9b: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=c3e8b…
A Dsecurity-advisory-tfv-2.rst37 Earlier versions of TF (prior to `commit 495f3d3`_) did not assign this bit.
58 .. _commit 495f3d3: https://github.com/ARM-software/arm-trusted-firmware/commit/495f3d3
A Dsecurity-advisory-tfv-8.rst40 (referring to the version of the code as of `commit c385955`_):
84 line 19 (referring to the version of the code as of `commit c385955`_):
101 .. _commit c385955: https://github.com/ARM-software/arm-trusted-firmware/commit/c385955
A Dsecurity-advisory-tfv-4.rst34 The macro code is at line 52, referring to the version of the code as of `commit
121 .. _commit c396b73: https://github.com/ARM-software/arm-trusted-firmware/commit/c396b73
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/
A Dsecurity-advisory-tfv-5.rst.txt55 .. _Commit e290a8fcbc: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=e290a…
56 .. _Commit c3e8b0be9b: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=c3e8b…
A Dsecurity-advisory-tfv-2.rst.txt37 Earlier versions of TF (prior to `commit 495f3d3`_) did not assign this bit.
58 .. _commit 495f3d3: https://github.com/ARM-software/arm-trusted-firmware/commit/495f3d3
A Dsecurity-advisory-tfv-8.rst.txt40 (referring to the version of the code as of `commit c385955`_):
84 line 19 (referring to the version of the code as of `commit c385955`_):
101 .. _commit c385955: https://github.com/ARM-software/arm-trusted-firmware/commit/c385955
/trusted-firmware-a/docs/getting_started/
A Dprerequisites.rst82 CI for feedback on commit message conformance.
154 …curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg https://review.trustedfirmware.org/tools/hook…
155 chmod +x $(git rev-parse --git-dir)/hooks/commit-msg
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dprerequisites.rst.txt82 CI for feedback on commit message conformance.
154 …curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg https://review.trustedfirmware.org/tools/hook…
155 chmod +x $(git rev-parse --git-dir)/hooks/commit-msg
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Drcar-gen3.rst.txt119 commit 552754a6ee82bab25d1bdf28c8261a4518e65e4d
130 commit 80105192cba9e704ebe8df7ab84095edc2922f84
140 commit 4cdeda511f8037015b568396e6dcc3d8fb41e8c0
147 commit 7876320f88802b22d4e2daf7eb027dd14175a0f8
A Drz-g2.rst.txt110 | commit 72ca39737f974db44723760623d1b29980c00a88
119 | commit 46ce9e777c1314ccb78906992b94001194eaa87b
126 | commit f8394f232b1eab649ce2df5c5f15b0e528c92091
/trusted-firmware-a/docs/plat/
A Drcar-gen3.rst119 commit 552754a6ee82bab25d1bdf28c8261a4518e65e4d
130 commit 80105192cba9e704ebe8df7ab84095edc2922f84
140 commit 4cdeda511f8037015b568396e6dcc3d8fb41e8c0
147 commit 7876320f88802b22d4e2daf7eb027dd14175a0f8
A Drz-g2.rst110 | commit 72ca39737f974db44723760623d1b29980c00a88
119 | commit 46ce9e777c1314ccb78906992b94001194eaa87b
126 | commit f8394f232b1eab649ce2df5c5f15b0e528c92091
/trusted-firmware-a/
A DMakefile1371 for commit in `git rev-list --no-merges $$COMMON_COMMIT..HEAD`; \
1373 printf "\n[*] Checking style of '$$commit'\n\n"; \
1374 git log --format=email "$$commit~..$$commit" \
1377 git diff --format=email "$$commit~..$$commit" \

Completed in 35 milliseconds

12