SVN.pm::parse_svn_date: allow timestamps with a single-digit hour
commit2ba8ca4d91547333cdd04778bf2b175c2a9c24ba
authorRomanBelinsky <belinsky.roman@gmail.com>
Tue, 11 Feb 2014 16:23:02 +0000 (11 18:23 +0200)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:36:54 +0000 (15 09:36 +0200)
treea8e421ae8d9ac696ae83a7af979962fb1984405c
parentd01bac0ef79f3b25861d0168f7c0376b1d1b964e
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