]> source.dussan.org Git - jgit.git/commit
Use the new FS.exists method in commonly occuring places 34/10134/18
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 4 Feb 2013 00:11:29 +0000 (01:11 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 10 Feb 2014 10:26:57 +0000 (11:26 +0100)
commit5ef6d69532ebfc6c363c46f70a5f52d8369d2f9d
treea6c1aa794de824aa158d4392a4e887420a85b242
parent239f237be21a881434ce73f7e99d39b4324625b5
Use the new FS.exists method in commonly occuring places

Allegedly this should improve performance, but I could not see it.

Change-Id: Id2057cb2cfcb46e94ff954483ce23f9c4a7edc5e
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileSnapshot.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/RefDirectory.java
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/FileTreeIterator.java
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java