On Tue, Apr 9, 2019 at 6:27 AM Nguyễn Thái Ngọc Duy <pclo...@gmail.com> wrote:
> A new attribute "precious" is added to indicate that certain files
> have valuable content and should not be easily discarded even if they
> are ignored or untracked.
> [...]
> Signed-off-by: Nguyễn Thái Ngọc Duy <pclo...@gmail.com>
> ---
> diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh
> @@ -669,4 +669,44 @@ test_expect_success 'git clean -d skips untracked dirs 
> containing ignored files'
> +test_expect_success 'git clean -xd still deletes them all' '
> +       [...]
> +'
>  test_done

Nit: The blank line before 'test_done' got lost.

Reply via email to