Re: [PATCH v3 0/6] Renames in git-status "changed not staged" section

2018-01-02 Thread Jeff Hostetler



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 



Re: [PATCH v3 0/6] Renames in git-status "changed not staged" section

2017-12-27 Thread Igor Djordjevic
Hi Duy,

On 27/12/2017 11:18, 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.

Albeit a tiny concern expressed in that last e-mail[1], this now 
seems fine, and a few tests I did came back as expected. Thanks!

Regards, Buga

[1] 
https://public-inbox.org/git/CACsJy8A=jz9laum50gvjnt5gtdiyymymupbsrjfo4lmkvqs...@mail.gmail.com/T/#m18b4e2cb2b7685fcc9650f3fb71b2191ef74cbe1


[PATCH v3 0/6] Renames in git-status "changed not staged" section

2017-12-27 Thread Nguyễn Thái Ngọc Duy
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(-)

-- 
2.15.0.320.g0453912d77