From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 20 Mar 2012 21:54:10 +0100 Subject: [U-Boot] [PATCH V4] MAKEALL: Add -m/-M option to determine maintainers In-Reply-To: <1330996251-24214-1-git-send-email-marex@denx.de> References: <1330968789-17997-1-git-send-email-marex@denx.de> <1330996251-24214-1-git-send-email-marex@denx.de> Message-ID: <201203202154.10509.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > The -m option tries to find the board in MAINTAINERS file and figure out > the email. The -M option lists boards including their maintainers emails > and all affiliated emails. There are multiple strategies used to retrieve > these emails: > > 1) Check board/ with git log and use three most recent emails > 2) Check board/ with git log and use three most used emails > 3) Try finding board in MAINTAINERS file and retrieve all emails from there > > The result is then sorted and unique results are retrieved and reported. > > For -m option, only strategy 3) is used. > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > --- bump? Best regards, Marek Vasut