Package | Description |
---|---|
org.eclipse.jgit.blame |
Computing blame/annotate information of files.
|
Modifier and Type | Method and Description |
---|---|
BlameGenerator |
BlameGenerator.push(String description,
AnyObjectId id)
Push a candidate object onto the generator's traversal stack.
|
BlameGenerator |
BlameGenerator.push(String description,
byte[] contents)
Push a candidate blob onto the generator's traversal stack.
|
BlameGenerator |
BlameGenerator.push(String description,
RawText contents)
Push a candidate blob onto the generator's traversal stack.
|
BlameGenerator |
BlameGenerator.reverse(AnyObjectId start,
AnyObjectId end)
Configure the generator to compute reverse blame (history of deletes).
|
BlameGenerator |
BlameGenerator.reverse(AnyObjectId start,
Collection<? extends ObjectId> end)
Configure the generator to compute reverse blame (history of deletes).
|
BlameGenerator |
BlameGenerator.setDiffAlgorithm(DiffAlgorithm algorithm)
Difference algorithm to use when comparing revisions.
|
BlameGenerator |
BlameGenerator.setFollowFileRenames(boolean follow)
Enable (or disable) following file renames, on by default.
|
BlameGenerator |
BlameGenerator.setTextComparator(RawTextComparator comparator)
Text comparator to use when comparing revisions.
|
Modifier and Type | Method and Description |
---|---|
static BlameResult |
BlameResult.create(BlameGenerator gen)
Construct a new BlameResult for a generator.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.