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)
commit1e3d90e0135274ad89cd8ee0722e2dd043ec0052
tree302b1811381fab29a1591de70e632663742ea1d2
parent7839a25eab7177024b809fbb3796907e3eed17c1
builtin-grep: tighten path wildcard vs tree traversal.

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>
builtin-grep.c