]> git.ipfire.org Git - thirdparty/git.git/commit - tree-walk.c
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, 3 Feb 2011 22:08:30 +0000 (14:08 -0800)
commitf1a2ddbbc2df4e81e005a7e82f9e23fb6a9f95e3
treec17213e94f9de79a5320a52a3686019682d16af9
parentd38f28093ef795bef13d2fda6621b4952afb42db
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