From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 31 Aug 2018 16:45:41 +0000 Subject: [U-Boot] u-boot release and feature set References: <20180829015738.GZ26633@bill-the-cat> <20180831154938.GR26633@bill-the-cat> <20180831163037.GU26633@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/31/2018 09:30 AM, Tom Rini wrote: > On Fri, Aug 31, 2018 at 03:59:59PM +0000, York Sun wrote: >> On 08/31/2018 08:49 AM, Tom Rini wrote: >>> I really would appreciate the level of detail Linus' tree gets in signed >>> commit messages being in the U-Boot tree too. No, it's not perfect and >>> it does need someone to make it more digestible, but it's a good >>> starting point. And the people that do send me signed tags do a good >>> job too I think. >>> >> >> If you prefer to have signed tags, we can start to do this. Would you >> write some guideline on the format, and what information should be >> included in the annotated tags, how often do we tag?I guess you will use >> a script to extract information, unless you want to read all of them. > > I will admit that I had to manually find this email link as perhaps my > subject at the time was not the best: > https://lists.denx.de/pipermail/u-boot/2018-June/330610.html > > If information is in the merge commit then it's a lot easier to do > anything more on top of that. Thanks! > Tom, I have been trying to avoid merge commit. I do my best to rebase my tree before requesting a PR so it would be easier for you to merge. Using signed tag is not an issue. But you still don't have the important changes separated from trivial changes, unless this information is included in the message. For example, if I request a pull with 50 commits, in which 40 commits only deal with default environmental variables. The other 10 commits add a new driver which will be shared for new platforms. I consider the useful information in this PR is the new driver. If this description is in the tag message, it would be easier for you to gather and put into a release note. So having a predefined format will help you to parse the message. I don't think you prefer to read all tags with your eyes. York