remove match_pathspec() in favor of match_pathspec_depth()
commit84b8b5d1fa244bc591291a3cf18bf0fa9976ad17
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 14 Jul 2013 08:36:00 +0000 (14 15:36 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:56:09 +0000 (15 10:56 -0700)
tree67f5a9e9a0c5cb67fcd3694055403fcd4936b2be
parent9a0872744315da67db3c81eb9270751e31fcc8f5
remove match_pathspec() in favor of match_pathspec_depth()

match_pathspec_depth was created to replace match_pathspec (see
61cf282 (pathspec: add match_pathspec_depth() - 2010-12-15). It took
more than two years, but the replacement finally happens :-)

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c
builtin/check-ignore.c
dir.c
dir.h
pathspec.c
pathspec.h