i18n: git-add "The following paths are ignored" message
commit439fb8296d0a08c09653a45c0f44757c6b9c99b2
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 22 Feb 2011 23:41:30 +0000 (22 23:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Mar 2011 07:52:53 +0000 (9 23:52 -0800)
tree374a8a4a24427e1b96141cc45632138725df91f2
parent990ac4be0ad68e78c042d4caa532c410991420f5
i18n: git-add "The following paths are ignored" message

The tests t2204 (.gitignore) and t3700 (add) explicitly check for
these messages, so while at it, split each relevant test into a part
that just checks "git add"'s exit status and a part that checks
porcelain output.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c
t/t2204-add-ignored.sh
t/t3700-add.sh