builtin-grep: tighten path wildcard vs tree traversal.
authorJunio C Hamano <junkio@cox.net>
Wed, 3 May 2006 00:27:07 +0000 (17:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 May 2006 00:30:07 +0000 (17:30 -0700)
The earlier code descended into Documentation/technical when
given "Documentation/how*" as the pattern, which was too loose.

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