tree_entry_interesting(): allow it to say "everything is interesting"
authorJunio C Hamano <junkio@cox.net>
Thu, 22 Mar 2007 00:00:27 +0000 (17:00 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Mar 2007 07:36:00 +0000 (00:36 -0700)
In addition to optimizing pathspecs that would never match,
which was done earlier, this optimizes pathspecs that would
always match (e.g. "arch/" while the traversal is already in
"arch/i386/" hierarchy).

This patch makes the worst case slightly more palatable, while
improving average case.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found