Re: [PATCH] Replace memcpy with hashcpy when lengths defined

2014-03-02 Thread Eric Sunshine
On Sun, Mar 2, 2014 at 2:19 PM, Alberto wrote: > From: Alberto Corona > > Replaced memcpy with hashcpy where lengts in memcpy > are already defined. This doesn't really explain what this patch is attempting to do. What does "lengths already defined" mean? It's also misleading if taken literally

Re: [PATCH] Replace memcpy with hashcpy when lengths defined

2014-03-02 Thread Philip Oakley
From: "Alberto" From: Alberto Corona Replaced memcpy with hashcpy where lengts in memcpy s/lengts/lengths/ are already defined. Signed-off-by: Alberto Corona --- bundle.c| 2 +- grep.c | 2 +- refs.c | 2 +- sha1_name.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-)