From: Nguyễn Thái Ngọc Duy Date: Thu, 7 Jun 2012 07:53:35 +0000 (+0700) Subject: dir.c: get rid of the wildcard symbol set in no_wildcard() X-Git-Tag: v1.7.12-rc0~73^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fcd631ed84d61147b7cc8996cde533f8a8d1fca0?hp=fcd631ed84d61147b7cc8996cde533f8a8d1fca0 dir.c: get rid of the wildcard symbol set in no_wildcard() Elsewhere in this file is_glob_special() is also used to check for wildcards, which is defined in ctype. Make no_wildcard() also use this function (indirectly via simple_length()) Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---