Re: [PATCH 31/38] sha1_file.c: make use of decode_varint()

2013-09-05 Thread SZEDER Gábor
On Thu, Sep 05, 2013 at 02:19:54AM -0400, Nicolas Pitre wrote: > ... replacing the equivalent open coded loop. > > Signed-off-by: Nicolas Pitre > --- > sha1_file.c | 14 +++--- > 1 file changed, 3 insertions(+), 11 deletions(-) > > diff --git a/sha1_file.c b/sha1_file.c > index a298933.

[PATCH 31/38] sha1_file.c: make use of decode_varint()

2013-09-04 Thread Nicolas Pitre
... replacing the equivalent open coded loop. Signed-off-by: Nicolas Pitre --- sha1_file.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/sha1_file.c b/sha1_file.c index a298933..67eb903 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -1687,20 +1687,12 @@ stati