Commit 5ffdea6f65bb105c17a1c4730d51732e3391bf63

Carlos Martín Nieto 2015-10-14T16:49:01

revwalk: make commit list use 64 bits for time We moved the "main" parsing to use 64 bits for the timestamp, but the quick parsing for the revwalk did not. This means that for large timestamps we fail to parse the time and thus the walk. Move this parser to use 64 bits as well.