tree_entry_interesting(): support wildcard matching
commitd38f28093ef795bef13d2fda6621b4952afb42db
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 15 Dec 2010 15:02:46 +0000 (15 22:02 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Feb 2011 22:08:30 +0000 (3 14:08 -0800)
treeee06d38a5a645292a66afa665a517f184ff7a151
parent86e4ca69e358836599d4eb0c0e217caa9c9e455b
tree_entry_interesting(): support wildcard matching

never_interesting optimization is disabled if there is any wildcard
pathspec, even if it only matches exactly on trees.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
dir.c
t/t4010-diff-pathspec.sh
tree-walk.c
tree-walk.h