Re: [PATCH v2 4/5] Expand support for ignored arguments on status

2017-10-11 Thread Junio C Hamano
Jameson Miller writes: > Teach status command to handle matching ignored mode when showing > untracked files with the normal option. > > Signed-off-by: Jameson Miller > --- > dir.c | 20 ++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > > diff --git a/dir.c b/dir.c > ind

[PATCH v2 4/5] Expand support for ignored arguments on status

2017-10-11 Thread Jameson Miller
Teach status command to handle matching ignored mode when showing untracked files with the normal option. Signed-off-by: Jameson Miller --- dir.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/dir.c b/dir.c index b9af87eca9..8636d080b2 100644 --- a/dir.