Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Field | Description |
---|---|---|
static Config.SectionParser<DiffConfig> |
DiffConfig.KEY |
Key for
Config.get(SectionParser) . |
Constructor | Description |
---|---|
RenameDetector(ObjectReader reader,
DiffConfig cfg) |
Create a new rename detector with a specified reader and diff config.
|
Modifier and Type | Method | Description |
---|---|---|
static FollowFilter |
FollowFilter.create(String path,
DiffConfig cfg) |
Create a new tree filter for a user supplied path.
|
Copyright © 2018. All rights reserved.