Package | Description |
---|---|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.revwalk.filter |
Filters for use in revision walking.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BitmapWalker.BitmapObjectFilter
Filter that excludes objects already in the given bitmap.
|
Modifier and Type | Field and Description |
---|---|
private ObjectFilter |
ObjectWalk.objectFilter |
Modifier and Type | Method and Description |
---|---|
ObjectFilter |
ObjectWalk.getObjectFilter()
Get the currently configured object filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectWalk.setObjectFilter(ObjectFilter newFilter)
Set the object filter for this walker.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ObjectFilter.AllFilter |
Modifier and Type | Field and Description |
---|---|
static ObjectFilter |
ObjectFilter.ALL
Default filter that always returns true.
|