send-email: windows drive prefix (e.g. C:) appears only at the beginning
commitf24ecf5998a6c913ea6111dc0650c91165149264
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2014 16:37:38 +0000 (23 09:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2014 16:37:38 +0000 (23 09:37 -0700)
treeeede9b5049ff582d3e395aee2ae4249f011b9896
parentcb005c1fdf814d3b65b5b43f5f4fa25aa1bcdf46
send-email: windows drive prefix (e.g. C:) appears only at the beginning

Tighten the regexp used in the "file_name_is_absolute" replacement
used on msys to declare that only "[a-zA-Z]:" that appear at the
very beginning is a path with a drive-prefix.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl