On Mon, Oct 14, 2013 at 6:29 PM, Felipe Contreras <felipe.contre...@gmail.com> wrote: > diff --git a/builtin/stage.c b/builtin/stage.c > new file mode 100644 > index 0000000..3023d17 > --- /dev/null > +++ b/builtin/stage.c > @@ -0,0 +1,52 @@ > +/* > + * 'git stage' builtin command > + * > + * Copyright (C) 2013 Felipe Contreras > + */ > + > +#include "builtin.h" > +#include "parse-options.h" > + > +static const char *const stage_usage[] = { > + N_("git stage [options] [--] <paths>..."), > + N_("git stage add [options] [--] <paths>..."), > + N_("git stage reset [-q|--patch] [--] <paths>..."), > + N_("git stage diff [options] [<commit]> [--] <paths>..."), > + N_("git stage rm [options] [--] <paths>..."), > + NULL > +};
Sent the wrong set of patches? The interdiff in the cover letter showed usage for "git stage apply", but it's not here in the actual patch. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html