mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-19 08:27:34 -05:00
isalnum(c) is equivalent to isalpha(c) || isdigit(c), so use the former instead. The result is shorter, simpler and slightly more efficient. Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 KiB
12 KiB