Re: [PATCH] Replace memcpy with hashcpy when dealing hash copy globally

2014-03-01 Thread He Sun
Got it. Thanks. 2014-03-01 17:13 GMT+08:00 Tay Ray Chuan : > On Sat, Mar 1, 2014 at 10:58 AM, Duy Nguyen wrote: >> On Sat, Mar 1, 2014 at 8:07 AM, Sun He wrote: >>> Signed-off-by: Sun He >>> --- >>> Find the potential places with memcpy by the bash command: >>>$ find . | xargs grep "memcpy

Re: [PATCH] Replace memcpy with hashcpy when dealing hash copy globally

2014-03-01 Thread He Sun
2014-03-01 10:58 GMT+08:00 Duy Nguyen : > On Sat, Mar 1, 2014 at 8:07 AM, Sun He wrote: >> Signed-off-by: Sun He >> --- >> Find the potential places with memcpy by the bash command: >>$ find . | xargs grep "memcpy.*\(.*20.*\)" >> >> Helped-by: Michael Haggerty > > You may want to put this H

Re: [PATCH] Replace memcpy with hashcpy when dealing hash copy globally

2014-03-01 Thread He Sun
2014-03-01 10:58 GMT+08:00 Duy Nguyen : > On Sat, Mar 1, 2014 at 8:07 AM, Sun He wrote: >> Signed-off-by: Sun He >> --- >> Find the potential places with memcpy by the bash command: >>$ find . | xargs grep "memcpy.*\(.*20.*\)" >> >> Helped-by: Michael Haggerty > > You may want to put this H

Re: [PATCH] Replace memcpy with hashcpy when dealing hash copy globally

2014-03-01 Thread Tay Ray Chuan
On Sat, Mar 1, 2014 at 10:58 AM, Duy Nguyen wrote: > On Sat, Mar 1, 2014 at 8:07 AM, Sun He wrote: >> Signed-off-by: Sun He >> --- >> Find the potential places with memcpy by the bash command: >>$ find . | xargs grep "memcpy.*\(.*20.*\)" >> >> Helped-by: Michael Haggerty > > You may want t

Re: [PATCH] Replace memcpy with hashcpy when dealing hash copy globally

2014-02-28 Thread Duy Nguyen
On Sat, Mar 1, 2014 at 8:07 AM, Sun He wrote: > Signed-off-by: Sun He > --- > Find the potential places with memcpy by the bash command: >$ find . | xargs grep "memcpy.*\(.*20.*\)" > > Helped-by: Michael Haggerty You may want to put this Helped-by before "---" because it's supposed to end

[PATCH] Replace memcpy with hashcpy when dealing hash copy globally

2014-02-28 Thread Sun He
Signed-off-by: Sun He --- Find the potential places with memcpy by the bash command: $ find . | xargs grep "memcpy.*\(.*20.*\)" Helped-by: Michael Haggerty bundle.c| 2 +- grep.c | 2 +- pack-bitmap-write.c | 2 +- ppc/sha1.c | 3 ++- reflog-walk.c |