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

Reply via email to