On Sat, Mar 1, 2014 at 10:58 AM, Duy Nguyen <pclo...@gmail.com> wrote:
> On Sat, Mar 1, 2014 at 8:07 AM, Sun He <sunheeh...@gmail.com> wrote:
>> Signed-off-by: Sun He <sunheeh...@gmail.com>
>> ---
>>  Find the potential places with memcpy by the bash command:
>>    $ find . | xargs grep "memcpy.*\(.*20.*\)"
>>
>>  Helped-by: Michael Haggerty<mhag...@alum.mit.edu>
>
> You may want to put this Helped-by before "---" because it's supposed
> to end up in the final commit.

To elaborate further: anything below the three-dash is ignored when
the patch is applied. So it doesn't show up in the commit at all. I
don't really know the reason for this - probably a patch (1) thing.

You could put the patch the Helped-by before your Signed-off-by
(sometimes referred to as S-o-b).

-- 
Cheers,
Ray Chuan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to