From: Junio C Hamano Date: Wed, 3 May 2006 00:27:07 +0000 (-0700) Subject: builtin-grep: tighten path wildcard vs tree traversal. X-Git-Tag: v1.4.1-rc1~142^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1e3d90e0135274ad89cd8ee0722e2dd043ec0052?hp=1e3d90e0135274ad89cd8ee0722e2dd043ec0052 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 ---