]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
dir.c: rename str(n)cmp_icase to fspath(n)cmp
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 22 Apr 2016 13:01:24 +0000 (20:01 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Apr 2016 21:09:37 +0000 (14:09 -0700)
commitba0897e6ae6b0b3f259efb31be0f1ab3d820aacf
tree0f71ac706b2835f86e114cc663cd88994434ba5f
parente6ac6e1f7d54584c2b03f073b5f329a37f4a9561
dir.c: rename str(n)cmp_icase to fspath(n)cmp

These functions compare two paths that are taken from file system.
Depending on the running file system, paths may need to be compared
case-sensitively or not, and maybe even something else in future. The
current names do not convey that well.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c
dir.h
fast-import.c
sha1_file.c