[PATCH 10/24] untracked cache: save to an index extension

2015-03-08 Thread Nguyễn Thái Ngọc Duy
Helped-by: Stefan Beller sbel...@google.com Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com Signed-off-by: Junio C Hamano gits...@pobox.com --- Documentation/technical/index-format.txt | 58 + cache.h | 3 + dir.c

Re: [PATCH 10/24] untracked cache: save to an index extension

2015-03-07 Thread Stefan Beller
On Sun, Feb 8, 2015 at 12:55 AM, Nguyễn Thái Ngọc Duy pclo...@gmail.com wrote: + ouc = xmalloc(sizeof(*ouc) + len + 1); Do we need to free `ouc` at the end of the function as well? -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to

[PATCH 10/24] untracked cache: save to an index extension

2015-02-08 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- Documentation/technical/index-format.txt | 58 + cache.h | 3 + dir.c| 136 +++ dir.h| 1

[PATCH 10/24] untracked cache: save to an index extension

2015-01-20 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- Documentation/technical/index-format.txt | 58 + cache.h | 3 + dir.c| 136 +++ dir.h| 1