Doesn't look at execute bit for difference if we can't actually check it
commit5e867397df3258ff41e61d00d6b827f26ce181f5
authorDave Watson <dwatson@mimvista.com>
Wed, 27 Jun 2007 02:00:32 +0000 (26 22:00 -0400)
committerDave Watson <dwatson@mimvista.com>
Wed, 27 Jun 2007 13:44:08 +0000 (27 09:44 -0400)
tree1983efb59abb8ca4572ee628305e9ca343d8cfc4
parentec10994575c371789779af33e46dee978127a9ea
Doesn't look at execute bit for difference if we can't actually check it

On Java 5, this was causing erroneous differences, when the files were
not actually changed, but rather we just couldn't manage to check it.

Signed-off-by: Dave Watson <dwatson@mimvista.com>
org.spearce.jgit/src/org/spearce/jgit/lib/GitIndex.java