Commit 965e4e2d3182eb179e928191abfd446c0b652867

Russell Belfer 2013-01-21T13:19:41

Parse commit time as uint64_t to avoid overflow The commit time is already stored as a git_time_t, but we were parsing is as a uint32_t. This just switches the parser to use uint64_t which will handle dates further in the future (and adds some tests of those future dates).