git-add: adjust to the get_pathspec() changes.
commit1abf0950638d4f3279d059a1365da9c253d5718a
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Feb 2008 11:13:10 +0000 (1 03:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2008 08:44:10 +0000 (5 00:44 -0800)
tree215a85a6554280fd44ffb2dc81464045a92ebe76
parent097971f5f564dbd832eea774ae0cdcfa03ba35ac
git-add: adjust to the get_pathspec() changes.

We would need to notice and fail if command line had a nonsense pathspec.
Earlier get_pathspec() returned all the inputs including bad ones, but
the new one issues warnings and removes offending ones from its return
value, so the callers need to be adjusted to notice it.

Additional test scripts were initially from Robin Rosenberg, further fixed.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-add.c
t/t7010-setup.sh