Expose the current entry's length, last modified in WorkingTreeIterator
commit022e67f05fa65cb02fd5d085734b99a8e3488837
authorShawn O. Pearce <spearce@spearce.org>
Sun, 10 Aug 2008 08:46:23 +0000 (10 01:46 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 13 Aug 2008 19:55:56 +0000 (13 21:55 +0200)
tree295c01618a1f7d626539fa94fd19e8885bfe36df
parent3bbcc9d66b09fadc39ea009a1da6abd0d741b15d
Expose the current entry's length, last modified in WorkingTreeIterator

We need the last modified time available to us in application level
code so we can pull the current WorkingTreeIterator from TreeWalk
and then grab the last modified time off it to compare against the
index file.

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/WorkingTreeIterator.java