Re: [PATCH 05/12] index-pack: parse v4 header and dictionaries

2013-09-07 Thread Nicolas Pitre
On Sat, 7 Sep 2013, Nguyễn Thái Ngọc Duy wrote: > > Signed-off-by: Nguyễn Thái Ngọc Duy > --- [...] > @@ -1677,6 +1727,15 @@ int cmd_index_pack(int argc, const char **argv, const > char *prefix) > free(objects); > free(index_name_buf); > free(keep_name_buf); > + free(sha

[PATCH 05/12] index-pack: parse v4 header and dictionaries

2013-09-07 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/index-pack.c | 61 +++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/builtin/index-pack.c b/builtin/index-pack.c index 0dd7193..59b6c56 100644 --- a/builtin/index-pack.c +++ b/builtin