Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.blame |
Computing blame/annotate information of files.
|
Modifier and Type | Method | Description |
---|---|---|
BlameResult |
BlameCommand.call() |
Generate a list of lines with information about when the lines were
introduced into the file path.
|
Modifier and Type | Method | Description |
---|---|---|
BlameResult |
BlameGenerator.computeBlameResult() |
Execute the generator in a blocking fashion until all data is ready.
|
static BlameResult |
BlameResult.create(BlameGenerator gen) |
Construct a new BlameResult for a generator.
|
Copyright © 2018. All rights reserved.