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

2016-08-12 Thread Junio C Hamano
Jeff Hostetler writes: > This v8 patch series addresses the remaining feedback > about the unit tests from the v6 and v7 series. Thanks, will re-queue. I didn't spot anything glaringly wrong in the last patch, and all the ealier steps looked good in the previous round, so I think we are getting

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

2016-08-12 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 v8 patch series addresses the remaining feedback about the