builtin-add: warn on unmatched pathspecs
authorLinus Torvalds <torvalds@osdl.org>
Wed, 17 May 2006 20:23:19 +0000 (13:23 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 May 2006 22:27:18 +0000 (15:27 -0700)
commitf25933987f29070e9cd79dfddf03018010e82e80
tree9506887ac501e31648953e168e6ccf99287384a7
parent0d78153952e70c21e94dc6b7eefcb2ac5337a902
builtin-add: warn on unmatched pathspecs

This is in the same spirit as what bba319b5 and 45e48120 tried
to do to help users.  A command such as "git add Documentaiton"
with misspelled pathspecs would give a friendly reminder with
this.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-add.c