Re: [PATCH v2 01/14] Add proper 'stage' command

2013-10-14 Thread Felipe Contreras
On Mon, Oct 14, 2013 at 6:06 PM, Eric Sunshine wrote: > On Mon, Oct 14, 2013 at 6:29 PM, Felipe Contreras > wrote: >> diff --git a/builtin/stage.c b/builtin/stage.c >> new file mode 100644 >> index 000..3023d17 >> --- /dev/null >> +++ b/builtin/stage.c >> @@ -0,0 +1,52 @@ >> +/* >> + * 'git s

Re: [PATCH v2 01/14] Add proper 'stage' command

2013-10-14 Thread Eric Sunshine
On Mon, Oct 14, 2013 at 6:29 PM, Felipe Contreras wrote: > diff --git a/builtin/stage.c b/builtin/stage.c > new file mode 100644 > index 000..3023d17 > --- /dev/null > +++ b/builtin/stage.c > @@ -0,0 +1,52 @@ > +/* > + * 'git stage' builtin command > + * > + * Copyright (C) 2013 Felipe Contrer

[PATCH v2 01/14] Add proper 'stage' command

2013-10-14 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- Documentation/git-stage.txt| 45 + Makefile | 2 +- builtin.h | 1 + builtin/stage.c| 52 ++ contrib/com