Package | Description |
---|---|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Field and Description |
---|---|
private RenameCallback |
FollowFilter.renameCallback |
Modifier and Type | Method and Description |
---|---|
RenameCallback |
FollowFilter.getRenameCallback()
Get the callback to which renames are reported.
|
Modifier and Type | Method and Description |
---|---|
void |
FollowFilter.setRenameCallback(RenameCallback callback)
Sets the callback to which renames shall be reported.
|