зеркало из https://github.com/microsoft/git.git
t2202: make sure "git add" (no args) stays a no-op
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
f893b7420c
Коммит
76b623584c
|
@ -41,4 +41,14 @@ test_expect_success 'git add --all' '
|
|||
test_cmp expect actual
|
||||
'
|
||||
|
||||
test_expect_success 'Just "git add" is a no-op' '
|
||||
git reset --hard &&
|
||||
echo >will-remove &&
|
||||
>will-not-be-added &&
|
||||
git add &&
|
||||
git diff-index --name-status --cached HEAD >actual &&
|
||||
>expect &&
|
||||
test_cmp expect actual
|
||||
'
|
||||
|
||||
test_done
|
||||
|
|
Загрузка…
Ссылка в новой задаче