<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in prepare-commit-msg</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>fb3402b92568a3871e132aac6adac2ae69d9ea85 - Merge &quot;fix(deps): remove deprecated husky commands&quot; into integration</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.husky/prepare-commit-msg#fb3402b92568a3871e132aac6adac2ae69d9ea85</link>
        <description>Merge &quot;fix(deps): remove deprecated husky commands&quot; into integration

            List of files:
            /rk3399_ARM-atf/.husky/prepare-commit-msg</description>
        <pubDate>Wed, 12 Mar 2025 17:38:31 +0000</pubDate>
        <dc:creator>Govindraj Raja &lt;govindraj.raja@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>b47dddd061e92054c3b2096fc8aa9688bfef68d6 - fix(deps): remove deprecated husky commands</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.husky/prepare-commit-msg#b47dddd061e92054c3b2096fc8aa9688bfef68d6</link>
        <description>fix(deps): remove deprecated husky commandsHusky 9.1 now warns when doing some rebase of patches:husky - DEPRECATEDPlease remove the following two lines from .husky/prepare-commit-msg:#!/usr/bin/env sh. &quot;$(dirname -- &quot;$0&quot;)/_/husky.sh&quot;They WILL FAIL in v10.0.0Remove the deprecated lines.Signed-off-by: Yann Gautier &lt;yann.gautier@st.com&gt;Change-Id: I8b7fa82aa7b5e178554a1b4a650b2b1b8044092c

            List of files:
            /rk3399_ARM-atf/.husky/prepare-commit-msg</description>
        <pubDate>Tue, 11 Mar 2025 17:56:22 +0000</pubDate>
        <dc:creator>Yann Gautier &lt;yann.gautier@st.com&gt;</dc:creator>
    </item>
<item>
        <title>93c817f702a5ce9d7ebbb269715bbbcccd3c0e1e - Merge &quot;build(hooks): allow hooks to skip Commitizen&quot; into integration</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.husky/prepare-commit-msg#93c817f702a5ce9d7ebbb269715bbbcccd3c0e1e</link>
        <description>Merge &quot;build(hooks): allow hooks to skip Commitizen&quot; into integration

            List of files:
            /rk3399_ARM-atf/.husky/prepare-commit-msg</description>
        <pubDate>Wed, 19 Apr 2023 15:25:31 +0000</pubDate>
        <dc:creator>Mark Dykes &lt;mark.dykes@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>9a905a7d86867bab8a5d9befd40a67a6ab9aaea2 - build(hooks): allow hooks to skip Commitizen</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.husky/prepare-commit-msg#9a905a7d86867bab8a5d9befd40a67a6ab9aaea2</link>
        <description>build(hooks): allow hooks to skip CommitizenAdds a conditional check in the `prepare-commit-msg` commit hook thatreads the `tf-a.disableCommitizen` Git configuration option, anddoes not execute Commitizen if it is found.To skip Commitizen, run:    git config tf-a.disableCommitizen trueChange-Id: Ic8967f6f42bf3555df09b57096044fb99438d4d4Signed-off-by: Chris Kay &lt;chris.kay@arm.com&gt;

            List of files:
            /rk3399_ARM-atf/.husky/prepare-commit-msg</description>
        <pubDate>Tue, 18 Apr 2023 16:32:41 +0000</pubDate>
        <dc:creator>Chris Kay &lt;chris.kay@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>745df30514e6816b9c44e8636f09491f007de56f - Merge changes from topic &quot;ck/conventional-commits&quot; into integration</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.husky/prepare-commit-msg#745df30514e6816b9c44e8636f09491f007de56f</link>
        <description>Merge changes from topic &quot;ck/conventional-commits&quot; into integration* changes:  build(hooks): add commitlint hook  build(hooks): add Commitizen hook  build(hooks): add Gerrit hook  build(hooks): add Husky configuration

            List of files:
            /rk3399_ARM-atf/.husky/prepare-commit-msg</description>
        <pubDate>Wed, 21 Apr 2021 10:55:14 +0000</pubDate>
        <dc:creator>Joanna Farley &lt;joanna.farley@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>c75ce067aa7c47c2ef78e2598ef7e46d6bbc9e24 - build(hooks): add Commitizen hook</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.husky/prepare-commit-msg#c75ce067aa7c47c2ef78e2598ef7e46d6bbc9e24</link>
        <description>build(hooks): add Commitizen hookThis change adds Commitizen, an interactive tool for writing commitmessages, to the package.json file. This installs Commitizen within the`node_modules` directory automatically when developers invoke`npm install` from the root repository directory.Additionally, this change adds a prepare-commit-msg Git hook whichinvokes Commitizen prior to generation of the default commit message.It may be exited with the standard ^C signal without terminating thecommit process for those who desperately want to avoid using it, butotherwise should encourage developers to conform to the new commit stylewithout running into post-commit linting errors.Change-Id: I8a1e268ed40b61af38519d13d62b116fce76a494Signed-off-by: Chris Kay &lt;chris.kay@arm.com&gt;

            List of files:
            /rk3399_ARM-atf/.husky/prepare-commit-msg</description>
        <pubDate>Wed, 09 Dec 2020 14:35:46 +0000</pubDate>
        <dc:creator>Chris Kay &lt;chris.kay@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
