On Sat, Mar 1, 2014 at 10:58 AM, Duy Nguyen <pclouds@xxxxxxxxx> wrote: > On Sat, Mar 1, 2014 at 8:07 AM, Sun He <sunheehnus@xxxxxxxxx> wrote: >> Signed-off-by: Sun He <sunheehnus@xxxxxxxxx> >> --- >> Find the potential places with memcpy by the bash command: >> $ find . | xargs grep "memcpy.*\(.*20.*\)" >> >> Helped-by: Michael Haggerty<mhagger@xxxxxxxxxxxx> > > 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html