Re: [PATCH v2 3/8] status: support --porcelain[=]

2016-07-25 Thread Jakub Narębski
W dniu 2016-07-25 o 21:25, Jeff Hostetler pisze: > --- a/builtin/commit.c > +++ b/builtin/commit.c > @@ -144,6 +144,21 @@ static struct strbuf message = STRBUF_INIT; > > static enum wt_status_format status_format = STATUS_FORMAT_UNSPECIFIED; > > +static int opt_parse_porcelain(const struct opt

[PATCH v2 3/8] status: support --porcelain[=]

2016-07-25 Thread Jeff Hostetler
Update --porcelain argument to take optional version parameter to allow multiple porcelain formats to be supported in the future. The token "v1" is the default value and indicates the traditional porcelain format. Signed-off-by: Jeff Hostetler --- Documentation/git-status.txt | 7 +-- buil