mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
This cannot easily be an inline function because it uses isalpha(), which is not yet declared when compat/mingw.c is parsed and so would give a compiler warning. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>