git add -u: die on unmatched pathspec
commit81f45e7dc4e930ffc17dce3e377e6adc3eb3d8de
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Feb 2010 22:30:49 +0000 (9 17:30 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2010 06:53:33 +0000 (16 22:53 -0800)
tree058b535c38daf0e7f1decbebadeb77bcf0091885
parent78d553b7d7b269bb22ebd8b1198657c37484a3a0
git add -u: die on unmatched pathspec

If a pathspec is supplied to 'git add -u' and no path matches
the pattern, fail with an approriate error message and exit code.

Tested-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-add.c