git-add: Make the "tried to add ignored file" error message less confusing
commitb39c53e662b97108ee1bda72076630d9d0e56211
authorPetr Baudis <pasky@suse.cz>
Tue, 28 Aug 2007 22:41:23 +0000 (29 00:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Aug 2007 04:15:25 +0000 (28 21:15 -0700)
tree9d0aea951934d027cc00ed8dde96141c034ae19d
parentce312affa1487b2b3857da7de5cca35d35f3baa7
git-add: Make the "tried to add ignored file" error message less confusing

Currently the error message seems to imply (at least to me) that only
the listed files were withheld and the rest of the files was added to the
index, even though that's obviously not the case.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-add.c