status: print branch info with --porcelain=v2 --branch
authorJeff Hostetler <jeffhost@microsoft.com>
Thu, 11 Aug 2016 14:45:59 +0000 (10:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2016 18:15:40 +0000 (11:15 -0700)
Expand porcelain v2 output to include branch and tracking
branch information. This includes the commit id, the branch,
the upstream branch, and the ahead and behind counts.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found