Do not actually compare content when checking modification status
commit2629473063da6d0e18023beb730b39f3a4798c99
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 12 Jun 2007 23:13:57 +0000 (13 01:13 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 12 Jun 2007 23:13:57 +0000 (13 01:13 +0200)
tree296b595604d1a5805e514bfcf9cd7371e67bb654
parentd383e594a014ffdd21090a48ee26b011b6814c02
Do not actually compare content when checking modification status

Any sane tool will set modification time to "current", so it is
extremely unlikely that two files with the same timestmap and size
are different.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/lib/GitIndex.java