SVN.pm::parse_svn_date: allow timestamps with a single-digit hour
commitd574dd21a734603e7876fe9b46961b14463156a3
authorRomanBelinsky <belinsky.roman@gmail.com>
Tue, 11 Feb 2014 16:23:02 +0000 (11 18:23 +0200)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:39:24 +0000 (29 10:39 +0200)
tree8e0ee13165133384efc418d11547636096b790ac
parent1e9a1082495603e55b594a4883568f457508edc8
SVN.pm::parse_svn_date: allow timestamps with a single-digit hour

Some broken subversion server gives timestamps with only one digit
in the hour part, like this:

    2014-01-07T5:01:02.048176Z

Loosen the regexp that expected to see two-digit hour, minute and
second parts to accept a single-digit hour (but not minute or
second).

Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git/SVN.pm