<?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 mailmapper</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>daae0a01d6548c381f7126747a8ef273189b547e - UPSTREAM: host-tools: use python2 explicitly for shebang</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/scripts/mailmapper#daae0a01d6548c381f7126747a8ef273189b547e</link>
        <description>UPSTREAM: host-tools: use python2 explicitly for shebangAll of these host tools are apparently written for Python2,not Python3.Use &apos;python2&apos; in the shebang line according to PEP 394(https://www.python.org/dev/peps/pep-0394/).Change-Id: Ie56e538b0f4a234fccb460adbfd863db0712a1b0Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tao Huang &lt;huangtao@rock-chips.com&gt;(cherry picked from commit 94b13bbae90bfb94204b8fe9c531bc163e746a9f)

            List of files:
            /rk3399_rockchip-uboot/scripts/mailmapper</description>
        <pubDate>Sun, 21 Jan 2018 09:34:57 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>31e2141d5ad76b55e4e34ee7241adc1c3d9ef099 - tools, scripts: refactor error-out statements of Python scripts</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/scripts/mailmapper#31e2141d5ad76b55e4e34ee7241adc1c3d9ef099</link>
        <description>tools, scripts: refactor error-out statements of Python scriptsIn Python, sys.exit() function can also take an object otherthan an integer.If an integer is given to the argument, Python exits with the returncode of it.  If a non-integer argument is given, Python outputs itto stderr and exits with the return code of 1.That means,    print &gt;&gt; sys.stderr, &quot;Blah Blah&quot;    sys.exit(1)is equivalent to    sys.exit(&quot;Blah Blah&quot;)The latter is a useful shorthand.Note:Some error messages in Buildman and Patman were output to stdout.But they should go to stderr.  They are also fixed by this commit.This is a nice side effect.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/scripts/mailmapper</description>
        <pubDate>Fri, 15 Aug 2014 15:59:26 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>c23154aab5825fec81d5500c53eaa686646c76b5 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/scripts/mailmapper#c23154aab5825fec81d5500c53eaa686646c76b5</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/scripts/mailmapper</description>
        <pubDate>Fri, 08 Aug 2014 08:18:40 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>45765eeda2d0eae209c50d82444ba85cdbad33eb - scripts: add mailmapper, a tool to create/update mailmap file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/scripts/mailmapper#45765eeda2d0eae209c50d82444ba85cdbad33eb</link>
        <description>scripts: add mailmapper, a tool to create/update mailmap fileThis tool helps to create/update the mailmap file.It runs &apos;git shortlog&apos; internally and searches differently spelled authornames which share the same email address. The author name with the mostcommits is asuumed to be a canonical real name. If the number of commitsfrom the cananonical name is equal to or greater than &apos;MIN_COMMITS&apos; (=50),the entry for the cananical name will be output. (&apos;MIN_COMMITS&apos; is usedhere because we do not want to create a fat mailmap by adding every authorwith only a few commits.)If there exists a mailmap file specified by the mailmap.file configurationoptions or &apos;.mailmap&apos; at the toplevel of the repository, it is used asa base file.The base file and the newly added entries are merged together and sortedalphabetically (but the comment block is kept untouched), and then printedto standard output. Usage -----  scripts/mailmapperprints the mailmapping to standard output.  scripts/mailmapper &gt; tmp; mv tmp .mailmapwill be useful for updating &apos;.mailmap&apos; file.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/scripts/mailmapper</description>
        <pubDate>Wed, 16 Jul 2014 08:49:45 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
</channel>
</rss>
