Got it. Thanks.
2014-03-01 17:13 GMT+08:00 Tay Ray Chuan <[email protected]>: > On Sat, Mar 1, 2014 at 10:58 AM, Duy Nguyen <[email protected]> wrote: >> On Sat, Mar 1, 2014 at 8:07 AM, Sun He <[email protected]> wrote: >>> Signed-off-by: Sun He <[email protected]> >>> --- >>> Find the potential places with memcpy by the bash command: >>> $ find . | xargs grep "memcpy.*\(.*20.*\)" >>> >>> Helped-by: Michael Haggerty<[email protected]> >> >> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

