Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/tools/conventional-changelog-tf-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)),
116 if ((templateData.sections.length == 0) && (templateData.commits.length == 0)) {
127 sections: generateTemplateData(config.sections, commitGroup.commits),
128 commits: commitGroup.commits.filter(commit =>
/trusted-firmware-a-3.4.0/tools/conventional-changelog-tf-a/templates/
Dcommit-section.hbs4 {{#if commits.length ~}}
5 {{#each commits ~}}
Dtemplate.hbs7 {{#each (tf-a-commits commitGroups) ~}}
/trusted-firmware-a-3.4.0/docs/process/
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
Dcontributing.rst29 - Ensure commits adhere to the the project's :ref:`Commit Style`.
31 - Make commits of logical units. See these general `Git guidelines`_ for
34 - Keep the commits on topic. If you need to fix another bug or make another
41 some commits should be squashed together or addressed in a separate topic.
58 - For topics with multiple commits, you should make all documentation changes
Dcommit-style.rst24 |TF-A| follows the `Conventional Commits`_ specification. All commits to the
87 While we don't enforce scopes strictly, we do ask that commits use these if they
/trusted-firmware-a-3.4.0/docs/security_advisories/
Dsecurity-advisory-tfv-5.rst51 whereas the EL3 was fixed in the later commits.
/trusted-firmware-a-3.4.0/docs/getting_started/
Dprerequisites.rst139 commits include a ``Change-Id`` footer, and this footer is typically
/trusted-firmware-a-3.4.0/docs/
Dchange-log.md2174 …- do not check merge commits ([77a0a7f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…
2385 - Added support for conventional commits through commitlint hook, commitizen