Re: [PATCH v7 01/11] dir: free untracked cache when removing it

2016-01-25 Thread Christian Couder
On Mon, Jan 25, 2016 at 8:16 PM, Stefan Beller wrote: > On Sun, Jan 24, 2016 at 7:28 AM, Christian Couder > wrote: >> Signed-off-by: Christian Couder >> --- >> builtin/update-index.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/builtin/update-index.c b/builtin/update-index.c >> i

Re: [PATCH v7 01/11] dir: free untracked cache when removing it

2016-01-25 Thread Stefan Beller
On Sun, Jan 24, 2016 at 7:28 AM, Christian Couder wrote: > Signed-off-by: Christian Couder > --- > builtin/update-index.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/builtin/update-index.c b/builtin/update-index.c > index 7431938..a6fff87 100644 > --- a/builtin/update-index.c > +++

[PATCH v7 01/11] dir: free untracked cache when removing it

2016-01-24 Thread Christian Couder
Signed-off-by: Christian Couder --- builtin/update-index.c | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/update-index.c b/builtin/update-index.c index 7431938..a6fff87 100644 --- a/builtin/update-index.c +++ b/builtin/update-index.c @@ -1123,6 +1123,7 @@ int cmd_update_index(int arg