
On 30.07.2014 15:52, Simon Glass wrote:
Hi Daniel,
On 26 July 2014 19:54, Daniel Schwierzeck daniel.schwierzeck@gmail.com wrote:
Signed-off-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com
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