aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmappedReachabilityChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* BitmappedReachabilityChecker: Use only one bitmap for the whole checkIvan Frade2019-11-211-22/+95
* ReachabilityChecker: Receive a Stream instead of a CollectionIvan Frade2019-11-211-3/+6
* RevWalk: new method createReachabilityChecker()Ivan Frade2019-05-221-3/+1
* ReachabilityCheckers: @since 5.4Ivan Frade2019-05-221-1/+1
* BitmappedReachabilityChecker: Reachability check using bitmapsIvan Frade2019-05-151-0/+122