Re: [PATCH v6 0/9] status: V2 porcelain status

2016-08-11 Thread Junio C Hamano
Jeff Hostetler writes: > From: Jeff Hostetler > > This patch series adds porcelain V2 format to status. > This provides detailed information about file changes > and about the current branch. Everything up to 8/9 I didn't have anything to comment

[PATCH v6 0/9] status: V2 porcelain status

2016-08-11 Thread Jeff Hostetler
From: Jeff Hostetler This patch series adds porcelain V2 format to status. This provides detailed information about file changes and about the current branch. The new output is accessed via: git status --porcelain=v2 [--branch] This v6 patch series addresses the