Allow WorkingTreeIterator to track last modified time for entries
commit3bbcc9d66b09fadc39ea009a1da6abd0d741b15d
authorShawn O. Pearce <spearce@spearce.org>
Sun, 10 Aug 2008 08:46:22 +0000 (10 01:46 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 13 Aug 2008 19:55:56 +0000 (13 21:55 +0200)
tree260d3d749d2b4d34dddaef6987c17423967d0c7e
parent313d2db22c1b50bb7b0954d81257ead45b52df44
Allow WorkingTreeIterator to track last modified time for entries

We need this last modified time to compare against the index to decide
if a file is dirty or not.  Its computed on demand only for the items
we actually care about, as we don't need the last modified time for a
directory.

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