From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Fri, 01 Aug 2014 01:20:26 +0200 Subject: [U-Boot] [PATCH v1 2/4] get_maintainer.pl: import script from linux 3.15 In-Reply-To: References: <1406400886-20941-1-git-send-email-daniel.schwierzeck@gmail.com> <1406400886-20941-3-git-send-email-daniel.schwierzeck@gmail.com> Message-ID: <53DACF3A.2040103@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30.07.2014 15:52, Simon Glass wrote: > Hi Daniel, > > On 26 July 2014 19:54, Daniel Schwierzeck wrote: >> Signed-off-by: Daniel Schwierzeck > > Can you please check this? I see differences between this script and > the Linux v3.15 version (commit 1860e37). > Strange, I still can't see any differences: $ cd u-boot-mips/ $ git checkout maintainers_v3 $ git log --oneline master.. 716f7c7 get_maintainer.pl: add support for scanning multiple MAINTAINERS files f9f3312 get_maintainer.pl: adapt to U-Boot tree aeecf61 get_maintainer.pl: import script from linux 3.15 06ae51c MAINTAINERS: add initial version $ git checkout aeecf61 Note: checking out 'aeecf61'. ... HEAD is now at aeecf61... get_maintainer.pl: import script from linux 3.15 $ cd ../linux/ $ git checkout v3.15 HEAD is now at 1860e37... Linux 3.15 $ diff -q scripts/get_maintainer.pl ../u-boot-mips/scripts/get_maintainer.pl && echo $? 0 -- - Daniel