author | Jeff King <peff@peff.net> | |
Mon, 11 Jun 2007 13:39:50 +0000 (09:39 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 13 Jun 2007 07:41:52 +0000 (00:41 -0700) | ||
commit | 2abd31b07864049f0352d86c0c90413123f40945 | |
tree | 87d435839010e38d599034c703fcdea9bb3046cd | tree | snapshot |
parent | 90ac368afd75c9a53c6d953a693380369a41f8db | commit | diff |
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>
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 | diff | blob | history | |
dir.h | diff | blob | history |