Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
BlameCommand |
Git.blame()
Return a command object to execute a
blame command |
BlameCommand |
BlameCommand.reverse(AnyObjectId start,
AnyObjectId end)
Configure the command to compute reverse blame (history of deletes).
|
BlameCommand |
BlameCommand.reverse(AnyObjectId start,
Collection<ObjectId> end)
Configure the generator to compute reverse blame (history of deletes).
|
BlameCommand |
BlameCommand.setDiffAlgorithm(DiffAlgorithm diffAlgorithm)
Set diff algorithm
|
BlameCommand |
BlameCommand.setFilePath(String filePath)
Set file path.
|
BlameCommand |
BlameCommand.setFollowFileRenames(boolean follow)
Enable (or disable) following file renames.
|
BlameCommand |
BlameCommand.setStartCommit(AnyObjectId commit)
Set start commit id
|
BlameCommand |
BlameCommand.setTextComparator(RawTextComparator textComparator)
Set raw text comparator
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.