date.c: Fix off by one error in object-header date parsing
commitbe21d167b2a819fd2b4991a395e95906b3cb176a
authorJunio C Hamano <gitster@pobox.com>
Thu, 12 Jul 2012 20:46:49 +0000 (12 13:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jul 2012 20:49:41 +0000 (12 13:49 -0700)
treed091446ca8a45ecc27a1967082c7d87776d078e1
parentcb102b083252b575b18afa8d4b4a4b1bc1ffdf9e
date.c: Fix off by one error in object-header date parsing

It is perfectly OK for a valid decimal integer to begin with '9' but
116eb3a (parse_date(): allow ancient git-timestamp, 2012-02-02) did
not express the range correctly.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
date.c