On 12/27/2017 5:18 AM, Nguyễn Thái Ngọc Duy wrote:
v3 more or less goes back to v1 after my discussion with Igor about porcelain formats. So 7/7 is not needed anymore. 4/7 becomes 5/6. The meat is still in 6/6, now with some more updates in git-status.txt and to address the comment from Torsten. Nguyễn Thái Ngọc Duy (6): t2203: test status output with porcelain v2 format Use DIFF_DETECT_RENAME for detect_rename assignments wt-status.c: coding style fix wt-status.c: catch unhandled diff status codes wt-status.c: rename rename-related fields in wt_status_change_data wt-status.c: handle worktree renames Documentation/git-status.txt | 23 ++++++------ builtin/commit.c | 2 +- diff.c | 2 +- t/t2203-add-intent.sh | 72 ++++++++++++++++++++++++++++++++++++++ wt-status.c | 83 ++++++++++++++++++++++++++++---------------- wt-status.h | 5 +-- 6 files changed, 143 insertions(+), 44 deletions(-)
Signed-off-by: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx>