author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | |
Fri, 25 Mar 2011 09:34:18 +0000 (16:34 +0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 25 Mar 2011 16:20:33 +0000 (09:20 -0700) | ||
commit | ffd31f661d5c5dddc091750ca86cfaa5d9d04b38 | |
tree | d8a1b57ad5ae53a845c124c4096e315f15569c30 | tree | snapshot |
parent | f2cfc9c81ea2fe72ea0ac57d63e71e10e8b0af94 | commit | diff |
Reimplement read_tree_recursive() using tree_entry_interesting()
read_tree_recursive() uses a very similar function, match_tree_entry, to
tree_entry_interesting() to do its path matching. This patch kills
match_tree_entry() in favor of tree_entry_interesting().
match_tree_entry(), like older version of tree_entry_interesting(), does
not support wildcard matching. New read_tree_recursive() retains this
behavior by forcing all pathspecs literal.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read_tree_recursive() uses a very similar function, match_tree_entry, to
tree_entry_interesting() to do its path matching. This patch kills
match_tree_entry() in favor of tree_entry_interesting().
match_tree_entry(), like older version of tree_entry_interesting(), does
not support wildcard matching. New read_tree_recursive() retains this
behavior by forcing all pathspecs literal.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
tree.c | diff | blob | history |