ls-files --error-unmatch: do not barf if the same pattern is given twice.
commit93e23fea2d7538ac24e35b50984dbbbb84d89f9a
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Aug 2007 06:12:38 +0000 (29 23:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Aug 2007 06:12:38 +0000 (29 23:12 -0700)
tree8883596fb446d00073384fc4ada76c5bc570b437
parent9656153b87d47b34986f2d77eef9199c24cbf9f6
ls-files --error-unmatch: do not barf if the same pattern is given twice.

This is most visible when you do "git commit Makefile Makefile"; it
may be a stupid request, but that is not a reason to fail the command.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-ls-files.c