From: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> 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 v7 patch series address the most recent feedback on the unit tests. This series has been rebased onto a more current master branch (to get the EMPTY_BLOB changes in the test suite). Jeff Hostetler (9): status: rename long-format print routines status: cleanup API to wt_status_print status: support --porcelain[=<version>] status: collect per-file data for --porcelain=v2 status: print per-file porcelain v2 status data status: print branch info with --porcelain=v2 --branch git-status.txt: describe --porcelain=v2 format test-lib-functions.sh: Add lf_to_nul status: unit tests for --porcelain=v2 Documentation/git-status.txt | 133 +++++++++- builtin/commit.c | 78 +++--- t/t7060-wtstatus.sh | 21 ++ t/t7064-wtstatus-pv2.sh | 592 +++++++++++++++++++++++++++++++++++++++++++ t/test-lib-functions.sh | 4 + wt-status.c | 570 ++++++++++++++++++++++++++++++++++++----- wt-status.h | 19 +- 7 files changed, 1305 insertions(+), 112 deletions(-) create mode 100755 t/t7064-wtstatus-pv2.sh -- 2.8.0.rc4.17.gac42084.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html