Re: [PATCH 01/16] list-files: command skeleton

2015-03-14 Thread Duy Nguyen
On Fri, Mar 13, 2015 at 4:02 AM, Junio C Hamano wrote: > Nguyễn Thái Ngọc Duy writes: > >> list-files is supposed to be the user friendly version of ls-files, or >> an alternative to git-status. Nothing fancy in this patch yet. > > The result of applying this patch alone will not give us anythin

Re: [PATCH 01/16] list-files: command skeleton

2015-03-12 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > list-files is supposed to be the user friendly version of ls-files, or > an alternative to git-status. Nothing fancy in this patch yet. The result of applying this patch alone will not give us anything fancy, but the patch itself is interesting ;-) > +static void

[PATCH 01/16] list-files: command skeleton

2015-03-09 Thread Nguyễn Thái Ngọc Duy
list-files is supposed to be the user friendly version of ls-files, or an alternative to git-status. Nothing fancy in this patch yet. Signed-off-by: Nguyễn Thái Ngọc Duy --- .gitignore | 1 + Makefile | 1 + builtin.h | 1 + builtin/list-file