1
0
mirror of https://github.com/git/git.git synced 2024-10-02 18:11:45 +02:00
git/perl/Git
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
..
SVN comments: fix misuses of "nor" 2014-03-31 15:29:27 -07:00
I18N.pm Correct common spelling mistakes in comments and tests 2013-04-12 13:38:40 -07:00
IndexInfo.pm
SVN.pm SVN.pm::parse_svn_date: allow timestamps with a single-digit hour 2014-04-17 11:01:26 -07:00