]> source.dussan.org Git - jgit.git/commit
Speed up PathFilterGroup.include for large set of paths 11/9411/5
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 1 Jan 2013 14:06:07 +0000 (15:06 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 7 Jan 2013 00:08:01 +0000 (01:08 +0100)
commit576e5acdd054e2dcd8cde3fe4d822bc3609850c1
treea836ac788863545d1257ffbc2bee8e63afa09ff9
parent549034500a55ffc8f401fd73a74d8dc55f096d2f
Speed up PathFilterGroup.include for large set of paths

This requires that we internally sort all paths so content of
directories follow the directory immediately.

Bug: 397185
Change-Id: I3e9735c7bdd99437929da8f9c9d4960a1273054b
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/filter/PathFilterGroup.java