Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/conventional-changelog-tf-a/
H A Dindex.js105 const generateTemplateData = function (sections, commits) { argument
109 sections: generateTemplateData(section.sections, commits),
110 commits: commits.filter(commit => section.scopes?.includes(commit.scope)), property
116 if ((templateData.sections.length == 0) && (templateData.commits.length == 0)) {
127 sections: generateTemplateData(config.sections, commitGroup.commits),
128 commits: commitGroup.commits.filter(commit =>
/rk3399_ARM-atf/tools/conventional-changelog-tf-a/templates/
H A Dcommit-section.hbs4 {{#if commits.length ~}}
5 {{#each commits ~}}
H A Dtemplate.hbs7 {{#each (tf-a-commits commitGroups) ~}}
/rk3399_ARM-atf/docs/process/
H A Dfaq.rst10 If you need to modify an existing patch set with multiple commits, refer to the
62 It is OK to create a patch based on commits that are only available in
64 that the dependency commits will change (for example due to patch set rework or
H A Dcommit-style.rst24 |TF-A| follows the `Conventional Commits`_ specification. All commits to the
90 While we don't enforce scopes strictly, we do ask that commits use these if they
H A Dcontributing.rst33 - Ensure commits adhere to the project's :ref:`Commit Style`.
35 - Make commits of logical units. See these general `Git guidelines`_ for
38 - Keep the commits on topic. If you need to fix another bug or make another
45 some commits should be squashed together or addressed in a separate topic.
62 - For topics with multiple commits, you should make all documentation changes
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-5.rst51 whereas the EL3 was fixed in the later commits.
/rk3399_ARM-atf/
H A D.versionrc.cjs16 * configuration file - `changelog.yaml` - as they decide which section of the changelog commits
/rk3399_ARM-atf/docs/getting_started/
H A Dprerequisites.rst163 commits include a ``Change-Id`` footer, and this footer is typically
217 To fetch the latest commits from all submodules, you can use:
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst11 - Malicious code commits: This attack directly injects code into a project
/rk3399_ARM-atf/docs/
H A Dchange-log.md3632 picking commits after 2fc6dcfa97e05159f95859fcf68db3031586f8c7 from
9607 …- do not check merge commits ([77a0a7f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…
9818 - Added support for conventional commits through commitlint hook, commitizen