
Hi Graeme,
On Thu, Sep 1, 2011 at 4:34 PM, Graeme Russ graeme.russ@gmail.com wrote:
Hi Simon,
On Fri, Sep 2, 2011 at 4:51 AM, Simon Glass sjg@chromium.org wrote:
Hi Graeme,
On Thu, Sep 1, 2011 at 7:02 AM, Mike Frysinger vapier@gentoo.org wrote:
On Thursday, September 01, 2011 06:52:06 Graeme Russ wrote:
Grrrr - Repost of V5 with an SoB. There has to be a better way of automating patch updates ;)
`git commit --amend` ? s-o-b tag should be in the changelog and thus not get lost during the normal run of things ... -mike
I have a script(TM) which pulls the versions, cover letter, to- and cc- addresses from the commits. It also runs them through checkpatch.pl and does its own checks. It makes adding a new version easier because you just have to update 'Series-version: 2' to 'Series-version: 3' for example. It also collects the change lists from the various commits and puts them in the cover letter and emails them out. It's not really U-Boot specific, but it does take a monkey work out of sending out U-Boot patches.
Perhaps it would help?
Could you send it through please?
Yes will put it in the queue behind the sandbox patches. It needs a little clean up. Should I do it as a patch against the tools directory?
It would be neat if we could grab the Message-ID from get-send-email and track so that In-Replt-To: can be automatically set for the next version
Should be possible although I haven't anything like that. I do have a library which filters terminal output as it displays it though, which might suit for watching git send-email.
Regards, Simon
Regards,
Graeme