[PATCH v3 07/11] dir: add new_untracked_cache()

2015-12-23 Thread Christian Couder
Factor out code into new_untracked_cache(), which will be used multiple times in a later commit. Signed-off-by: Christian Couder --- dir.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/dir.c b/dir.c index

Re: [PATCH v3 07/11] dir: add new_untracked_cache()

2015-12-23 Thread Eric Sunshine
On Wed, Dec 23, 2015 at 4:03 PM, Christian Couder wrote: > Factor out code into new_untracked_cache(), which will be used > multiple times in a later commit. Odd indentation: s/^\s+// > Signed-off-by: Christian Couder > --- > diff

Re: [PATCH v3 07/11] dir: add new_untracked_cache()

2015-12-23 Thread Christian Couder
On Wed, Dec 23, 2015 at 11:53 PM, Eric Sunshine wrote: > On Wed, Dec 23, 2015 at 4:03 PM, Christian Couder > wrote: >> Factor out code into new_untracked_cache(), which will be used >> multiple times in a later commit. > > Odd