Re: [PATCH v3 17/19] pathspec.c: extract new validate_path() for reuse

2012-12-28 Thread Adam Spiers
On Fri, Dec 28, 2012 at 8:44 PM, Junio C Hamano wrote: > Adam Spiers writes: > >> This will be reused by a new git check-ignore command. >> >> Signed-off-by: Adam Spiers >> --- >> pathspec.c | 20 ++-- >> pathspec.h | 1 + >> 2 files changed, 15 insertions(+), 6 deletions(-) >>

Re: [PATCH v3 17/19] pathspec.c: extract new validate_path() for reuse

2012-12-28 Thread Junio C Hamano
Adam Spiers writes: > This will be reused by a new git check-ignore command. > > Signed-off-by: Adam Spiers > --- > pathspec.c | 20 ++-- > pathspec.h | 1 + > 2 files changed, 15 insertions(+), 6 deletions(-) > > diff --git a/pathspec.c b/pathspec.c > index 8aea0d2..6724121 10

[PATCH v3 17/19] pathspec.c: extract new validate_path() for reuse

2012-12-26 Thread Adam Spiers
This will be reused by a new git check-ignore command. Signed-off-by: Adam Spiers --- pathspec.c | 20 ++-- pathspec.h | 1 + 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/pathspec.c b/pathspec.c index 8aea0d2..6724121 100644 --- a/pathspec.c +++ b/pathspec.c @