| Package | Description |
|---|---|
| fr.brouillard.oss.jgitver.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
DistanceCalculator.DepthWalkDistanceCalculator |
| Modifier and Type | Method and Description |
|---|---|
static DistanceCalculator |
DistanceCalculator.create(org.eclipse.jgit.lib.ObjectId start,
org.eclipse.jgit.lib.Repository repository)
Creates a reusable
DistanceCalculator on the given repository for the given start commit,
uses Integer.MAX_VALUE as the maximum depth distance. |
static DistanceCalculator |
DistanceCalculator.create(org.eclipse.jgit.lib.ObjectId start,
org.eclipse.jgit.lib.Repository repository,
int maxDepth)
Creates a reusable
DistanceCalculator on the given repository for the given start commit. |
Copyright © 2016–2019 Matthieu Brouillard. All rights reserved.