1
0
mirror of https://github.com/git/git.git synced 2024-10-21 10:28:50 +02:00
git/perl
RomanBelinsky 784f4b6f33 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>
2014-04-17 11:01:26 -07:00
..
Git SVN.pm::parse_svn_date: allow timestamps with a single-digit hour 2014-04-17 11:01:26 -07:00
.gitignore
Git.pm Git.pm: revert _temp_cache use of temp_is_locked 2013-07-18 20:31:43 -07:00
Makefile
Makefile.PL
private-Error.pm