dir_struct: add collect_ignored option
commit2abd31b07864049f0352d86c0c90413123f40945
authorJeff King <peff@peff.net>
Mon, 11 Jun 2007 13:39:50 +0000 (11 09:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jun 2007 07:41:52 +0000 (13 00:41 -0700)
tree87d435839010e38d599034c703fcdea9bb3046cd
parent90ac368afd75c9a53c6d953a693380369a41f8db
dir_struct: add collect_ignored option

When set, this option will cause read_directory to keep
track of which entries were ignored. While this shouldn't
effect functionality in most cases, it can make warning
messages to the user much more useful.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c
dir.h