On 2017-12-25 11:37, Nguyễn Thái Ngọc Duy wrote: [] > wt-status.c | 24 +++++++++++++++++++----- > wt-status.h | 1 + > 3 files changed, 35 insertions(+), 5 deletions(-) > > diff --git a/t/t2203-add-intent.sh b/t/t2203-add-intent.sh > index 1bdf38e80d..41a8874e60 100755 > --- a/t/t2203-add-intent.sh > +++ b/t/t2203-add-intent.sh > @@ -150,5 +150,20 @@ test_expect_success 'commit: ita entries ignored in > empty commit check' ' > ) > ' > > +test_expect_success 'rename detection finds the right names' ' > + git init rename-detection && > + ( > + cd rename-detection && > + echo contents > original-file && Micro-nit, please no " " after ">": echo contents >original-file
- Re: [PATCH v2 6/7] wt-stat... Igor Djordjevic
- [PATCH v3 0/6] Renames in git-status "... Nguyễn Thái Ngọc Duy
- [PATCH v3 1/6] t2203: test status outpu... Nguyễn Thái Ngọc Duy
- [PATCH v3 2/6] Use DIFF_DETECT_RENAME f... Nguyễn Thái Ngọc Duy
- [PATCH v3 3/6] wt-status.c: coding styl... Nguyễn Thái Ngọc Duy
- [PATCH v3 4/6] wt-status.c: catch unhan... Nguyễn Thái Ngọc Duy
- [PATCH v3 6/6] wt-status.c: handle work... Nguyễn Thái Ngọc Duy
- [PATCH v3 5/6] wt-status.c: rename rena... Nguyễn Thái Ngọc Duy
- Re: [PATCH v3 0/6] Renames in git-statu... Igor Djordjevic
- Re: [PATCH v3 0/6] Renames in git-statu... Jeff Hostetler
- Re: [PATCH] status: handle worktree renames Torsten Bögershausen