Re: [PATCH v7 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.
>
> 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).

Thanks for a note.  I've been queuing the series on top of f8f7adc,
so I am assuming I won't see any changes in 1-8.

Unfortunately I cannot be taking new rerolls or new topics for the
rest of the day as I need to start today's integration cycle and
I'll have to delay taking a look at this round, but from a quick
glance you still seem to have a lot of dirt in the new test and I
cannot quite tell if they are intended.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v7 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 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[=]
  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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html