Re: [PATCH v1] handle lower case drive letters on Windows
From: Junio C Hamano <hidden> Date: 2018-07-12 16:33:50
Johannes Schindelin [off-list ref] writes:
So maybe a much better idea is to use our `has_dos_drive_prefix()`
function:
if (!has_dos_drive_prefix(Buffer))
return error("'%s': invalid drive letter", Buffer);
"'%s': path without valid drive prefix", you mean?