git-add --all: tests
commit340ce9e25f40ef2fead9fcc027844c66737c85dd
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Jul 2008 03:32:38 +0000 (19 20:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 Jul 2008 06:08:58 +0000 (19 23:08 -0700)
treead95133538b813d14d1781011e33266945c1aa7e
parent3ba1f114267b19a458df0f1d714dc4010ec9cc56
git-add --all: tests

And here is a small test script that makes sure that:

 - both modified and new files are included,
 - removed file is noticed, and
 - no ignored file is included.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2202-add-addremove.sh [new file with mode: 0755]