]> source.dussan.org Git - jgit.git/commit
Consider that some Java version on Linux only return integral timestamps 77/9477/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 5 Jan 2013 00:21:07 +0000 (01:21 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 5 Jan 2013 00:23:23 +0000 (01:23 +0100)
commitb7d11eace6d7f0c846dfe818f9ba4cf36a8779f1
tree4c89710b80d16bde1987c32eab5fc8b26815f245
parent5c49b93191837633fddccb23acfadfe639338643
Consider that some Java version on Linux only return integral timestamps

This logic is similar to what we do on Windows, but in this case it's
Java that truncates the timestamps, not Git.

Bug: 395410
Change-Id: Ie55dcb9fa583f5c3dd10d7a1b582e5b04b45858d
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java