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