<?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 show_delta</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9d702bb1 - scripts: make python shebangs specific about desired version</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/show_delta#9d702bb1</link>
        <description>scripts: make python shebangs specific about desired versionThe RPM packaging tools like to make sure that all packaged pythonscripts have version-unambiguous shebangs. Be more specific about thedesired python version in a couple of places to avoid having to disablethese checks in make rpm-pkg.Signed-off-by: Uday Shankar &lt;ushankar@purestorage.com&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/show_delta</description>
        <pubDate>Tue, 11 Feb 2025 01:11:54 +0000</pubDate>
        <dc:creator>Uday Shankar &lt;ushankar@purestorage.com&gt;</dc:creator>
    </item>
<item>
        <title>94a03e1d - scripts/show_delta: add __main__ judgement before main code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/show_delta#94a03e1d</link>
        <description>scripts/show_delta: add __main__ judgement before main codeWhen doing Python programming it is a nice convention to insert the ifstatement `if __name__ == &quot;__main__&quot;:` before any main code that doesactual functionalities to ensure the code will be executed only as ascript rather than as an imported module.  Hence attach the missingjudgement to show_delta.Link: https://lkml.kernel.org/r/20231013132832.165768-1-2023002089@link.tyut.edu.cnSigned-off-by: Hu Haowen &lt;2023002089@link.tyut.edu.cn&gt;Reviewed-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt;Reviewed-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Nicolas Schier &lt;n.schier@avm.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/scripts/show_delta</description>
        <pubDate>Fri, 13 Oct 2023 13:28:32 +0000</pubDate>
        <dc:creator>Hu Haowen &lt;2023002089@link.tyut.edu.cn&gt;</dc:creator>
    </item>
<item>
        <title>c25ce589 - tweewide: Fix most Shebang lines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/show_delta#c25ce589</link>
        <description>tweewide: Fix most Shebang linesChange every shebang which does not need an argument to use /usr/bin/env.This is needed as not every distro has everything under /usr/bin,sometimes not even bash.Signed-off-by: Finn Behrens &lt;me@kloenk.de&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/show_delta</description>
        <pubDate>Mon, 23 Nov 2020 14:15:33 +0000</pubDate>
        <dc:creator>Finn Behrens &lt;me@kloenk.de&gt;</dc:creator>
    </item>
<item>
        <title>acf14707 - treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 438</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/show_delta#acf14707</link>
        <description>treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 438Based on 1 normalized pattern(s):  gpl 2 0 appliesextracted by the scancode license scanner the SPDX license identifier  GPL-2.0-onlyhas been chosen to replace the boilerplate/reference in 1 file(s).Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Reviewed-by: Armijn Hemel &lt;armijn@tjaldur.nl&gt;Reviewed-by: Allison Randal &lt;allison@lohutok.net&gt;Cc: linux-spdx@vger.kernel.orgLink: https://lkml.kernel.org/r/20190531190115.220546219@linutronix.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/scripts/show_delta</description>
        <pubDate>Sat, 01 Jun 2019 08:08:52 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>7eb6e340 - kbuild: trivial - remove trailing empty lines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/show_delta#7eb6e340</link>
        <description>kbuild: trivial - remove trailing empty linesSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /linux-6.15/scripts/show_delta</description>
        <pubDate>Thu, 29 May 2014 05:12:29 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>f29b5f3e - show_delta: Update script to support python versions 2.5 through 3.3</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/show_delta#f29b5f3e</link>
        <description>show_delta: Update script to support python versions 2.5 through 3.3Support past and active versions of python while maintaining backward compatibility. Script has been tested on python versions from 2.5.x up to and including 3.3.x.Signed-off-by: Mike Pagano &lt;mpagano@gentoo.org&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/show_delta</description>
        <pubDate>Wed, 09 Oct 2013 14:36:42 +0000</pubDate>
        <dc:creator>Mike Pagano &lt;mpagano@gentoo.org&gt;</dc:creator>
    </item>
<item>
        <title>94a47083 - scripts: change scripts to use system python instead of env</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/show_delta#94a47083</link>
        <description>scripts: change scripts to use system python instead of envJust a small change to a couple of scripts to go from #!/usr/bin/env pythonto #!/usr/bin/pythonThis shouldn&apos;t effect anyone, unless they don&apos;t install python there.In preparation for python3, Fedora is doing a big push to change the scriptsto use the system python.  This allows developers to put the python3 intheir path without fear of breaking existing scripts.Now I am pretty sure anyone using python3 for testing purposes will probablynot run any of the scripts I changed, but Fedora has this automated toolthat checks for this stuff so I thought I would try to push it upstream.Signed-off-by: Don Zickus &lt;dzickus@redhat.com&gt;Acked-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;Acked-by: Jarod Wilson &lt;jarod@redhat.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/show_delta</description>
        <pubDate>Tue, 26 Jan 2010 22:20:41 +0000</pubDate>
        <dc:creator>Don Zickus &lt;dzickus@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>71378be9 - kbuild: fix mode of checkstack.pl and other files.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/show_delta#71378be9</link>
        <description>kbuild: fix mode of checkstack.pl and other files.Make it executable like it should be. Do the same for other files intended to beexecuted by the user - the ones called by the build process needn&apos;t beexecutable as they already work (as argument to their interpreter).Signed-off-by: Paolo &apos;Blaisorblade&apos; Giarrusso &lt;blaisorblade@yahoo.it&gt;Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/scripts/show_delta</description>
        <pubDate>Fri, 07 Apr 2006 14:16:40 +0000</pubDate>
        <dc:creator>Paolo &apos;Blaisorblade&apos; Giarrusso &lt;blaisorblade@yahoo.it&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/show_delta#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/scripts/show_delta</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
