pathspec: rename match_pathspec_depth() to match_pathspec()
commit854b09592ce9a497f56f35d973c4abe43af84cd1
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 24 Jan 2014 13:40:30 +0000 (24 20:40 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2014 22:37:14 +0000 (24 14:37 -0800)
tree7710a0609602c4cb06b6b753da28e4d1518aff39
parentebb32893bad46bf5edae881552672a47dd2684b8
pathspec: rename match_pathspec_depth() to match_pathspec()

A long time ago, for some reason I was not happy with
match_pathspec(). I created a better version, match_pathspec_depth()
that was suppose to replace match_pathspec()
eventually. match_pathspec() has finally been gone since 6 months
ago. Use the shorter name for match_pathspec_depth().

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clean.c
builtin/ls-files.c
builtin/ls-tree.c
dir.c
dir.h
rerere.c
t/t6131-pathspec-icase.sh