Code

tree_entry_interesting(): support wildcard matching
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 15 Dec 2010 15:02:46 +0000 (22:02 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Dec 2010 21:20:23 +0000 (13:20 -0800)
commite10cb0f7311f6131aa33855b6c41c8a2291ec635
tree6e16eb6036576cab69cb087af421922d998b12d5
parent9d7d10ef7b23518c8fa8b683b5d8dc9c3641b61c
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