status: support --porcelain[=<version>]
commitc4f596b98ed305ceb594857fa34524fedc30a031
authorJeff Hostetler <jeffhost@microsoft.com>
Fri, 5 Aug 2016 22:00:28 +0000 (5 18:00 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2016 22:46:42 +0000 (5 15:46 -0700)
tree9f341f925ee39be8d262794543c93769322167f6
parentbe7e795efe35d3e50199af5452b218e5121b1713
status: support --porcelain[=<version>]

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.  (The token "1" is an alias for that.)

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-status.txt
builtin/commit.c
t/t7060-wtstatus.sh