Re: [PATCH v4 3/8] status: support --porcelain[=<version>]
From: Junio C Hamano <hidden> Date: 2016-08-03 21:56:40
Jeff Hostetler [off-list ref] writes:
+ else if (!strcmp(arg, "v1") || !strcmp(arg,"1"))
Missing SP between arg, and "1" here (FYI, editing it here to fix
would affect a later patch that has this line in the context).
Other than that looking good so far.