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 and Description |
---|---|
static Config.SectionParser<DiffConfig> |
DiffConfig.KEY
Key for
Config.get(SectionParser) . |
Constructor and Description |
---|
RenameDetector(ObjectReader reader,
DiffConfig cfg)
Create a new rename detector with a specified reader and diff config.
|
Modifier and Type | Method and Description |
---|---|
static FollowFilter |
FollowFilter.create(String path,
DiffConfig cfg)
Create a new tree filter for a user supplied path.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.