[PATCH] protocol: Add summaries to event parameters

Peter Hutterer peter.hutterer at who-t.net
Wed Mar 30 02:12:08 UTC 2016


On Tue, Mar 29, 2016 at 05:17:06PM -0700, Bryce Harrington wrote:
> On Tue, Mar 29, 2016 at 06:17:38PM -0500, Yong Bakos wrote:
> > > 
> > > From: Yong Bakos <ybakos at humanoriented.com>
> > > 
> > > All event arg elements now have an appropriate summary attribute.
> > > This was conducted mostly in response to the undocumented parameter
> > > warnings generated during 'make check'.
> > > 
> > > Signed-off-by: Yong Bakos <ybakos at humanoriented.com>
> > > ---
> > 
> > Sorry I borked the subject line. Should be [PATCH wayland]...
> > Let me know if I should re-send.
> 
> It's fine, I forget to do this myself from time to time.
> Fwiw 'wayland' is implied when one omits specifying the project in the
> subject line, anyway.
> 
> I've learned you can put this in your weston checkout's .git/config:
> 
> [format]
>     pretty = fuller
>     subjectprefix = "PATCH weston"
> 
> But I find in practice I usually have to override it anyway with
> --subject-prefix to add the patchset version numbers.

fwiw, I've started running this in any new repo, it's pretty much
universally applicable:
    git config --add format.subjectprefix "PATCH `basename $PWD`"   

Cheers,
   Peter



More information about the wayland-devel mailing list