Committer, author and tagger time should not be parsed as 32 bit signed int
commit99da2b667019b0d0d2646e8cd15210859dfaf004
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 17 Dec 2008 22:32:52 +0000 (17 23:32 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 18 Dec 2008 15:41:05 +0000 (18 07:41 -0800)
tree7c44eaf10ee37f7b6bf26c842ac6ff9d64ddbc4d
parentf2f1503d516943655a4f0641aa11bf57b34c584a
Committer, author and tagger time should not be parsed as 32 bit signed int

If not dates past 2038 will be parsed the wrong way when
parsed into a RevCommit or RevTag object.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/util/RawParseUtils.java