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 v5 patch series addresses all comments received today about the v4 patch series. It includes updates to the manpage and the unit tests and minor cleanup. New in this series is a change to test-lib-functions.sh to add lf_to_nul(). 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 | 597 +++++++++++++++++++++++++++++++++++++++++++ t/test-lib-functions.sh | 4 + wt-status.c | 569 ++++++++++++++++++++++++++++++++++++----- wt-status.h | 19 +- 7 files changed, 1310 insertions(+), 111 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