dir_struct: add collect_ignored option
authorJeff King <redacted>
Mon, 11 Jun 2007 13:39:50 +0000 (09:39 -0400)
committerJunio C Hamano <redacted>
Wed, 13 Jun 2007 07:41:52 +0000 (00:41 -0700)
commit2abd31b07864049f0352d86c0c90413123f40945
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
dir.c
dir.h
git clone https://git.99rst.org/PROJECT