Searched refs:commits (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-a-3.4.0/tools/conventional-changelog-tf-a/ |
D | index.js | 105 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/ |
D | commit-section.hbs | 4 {{#if commits.length ~}} 5 {{#each commits ~}}
|
D | template.hbs | 7 {{#each (tf-a-commits commitGroups) ~}}
|
/trusted-firmware-a-3.4.0/docs/process/ |
D | faq.rst | 10 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
|
D | contributing.rst | 29 - 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
|
D | commit-style.rst | 24 |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/ |
D | security-advisory-tfv-5.rst | 51 whereas the EL3 was fixed in the later commits.
|
/trusted-firmware-a-3.4.0/docs/getting_started/ |
D | prerequisites.rst | 139 commits include a ``Change-Id`` footer, and this footer is typically
|
/trusted-firmware-a-3.4.0/docs/ |
D | change-log.md | 2174 …- 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
|