summaryrefslogtreecommitdiff
path: root/http-backend.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2014-01-24 13:40:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-02-24 22:37:24 (GMT)
commit05b85022c9a76954a1a281a5dc5bcd32ad486b88 (patch)
treec68fe0fd951e123cf8edd3075c68ed36c232e091 /http-backend.c
parentae8d0824217bdf97c69ead49568cd03fc140627b (diff)
downloadgit-05b85022c9a76954a1a281a5dc5bcd32ad486b88.zip
git-05b85022c9a76954a1a281a5dc5bcd32ad486b88.tar.gz
git-05b85022c9a76954a1a281a5dc5bcd32ad486b88.tar.bz2
clean: replace match_pathspec() with dir_path_match()
This instance was left out when many match_pathspec() call sites that take input from dir_entry were converted to dir_path_match() because it passed a path with the trailing slash stripped out to match_pathspec() while the others did not. Stripping for all call sites back then would be a regression because match_pathspec() did not know how to match pathspec foo/ against _directory_ foo (the stripped version of path "foo/"). match_pathspec() knows how to do it now. And dir_path_match() strips the trailing slash also. Use the new function, because the stripping code is removed in the next patch. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http-backend.c')
0 files changed, 0 insertions, 0 deletions