[Pixman] [PATCH 02/13] demos/scale: Added pulldown to choose PIXMAN_FILTER_* value

Oded Gabbay oded.gabbay at gmail.com
Mon Jan 4 10:30:47 PST 2016


On Mon, Jan 4, 2016 at 7:37 PM, Bill Spitzak <spitzak at gmail.com> wrote:
>
>
> On Mon, Jan 4, 2016 at 1:24 AM, Oded Gabbay <oded.gabbay at gmail.com> wrote:
>>
>> On Mon, Jan 4, 2016 at 5:12 AM,  <spitzak at gmail.com> wrote:
>> > From: Bill Spitzak <spitzak at gmail.com>
>> >
>> > This allows testing of GOOD/BEST and to do comparisons between
>> > the basic filters and PIXMAN_FILTER_SEPARABLE_CONVOLUTION settings.
>>
>> You forgot to sign-off
>
>
> Sorry, not sure what this means. Should I add something to the commit
> message?
>
>

Oh, sorry.
When you do a "git commit" command, you can add a flag "--signoff".
That flag will automatically add a line to the end of the commit
message which looks like this:

Signed-off-by: Your Name <Your email>

if you have an existing commit, you can either rewrite it and add this
line manually, or do:
"git commit --amend --signoff"

Oded


More information about the Pixman mailing list