Code

tree_entry_interesting(): optimize wildcard matching when base is matched
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 15 Dec 2010 15:02:47 +0000 (22:02 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Dec 2010 21:20:23 +0000 (13:20 -0800)
commitb3d4b34ae6da6801da468e7fc7f01769972019f8
treed16021ae17a1035fd0128f70156fa7d13cd29b9b
parente10cb0f7311f6131aa33855b6c41c8a2291ec635
tree_entry_interesting(): optimize wildcard matching when base is matched

If base is already matched, skip that part when calling
fnmatch(). This happens quite often if users start a command from
worktree's subdirectory and prefix is usually prepended to all
pathspecs.

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