Uses of Class
org.eclipse.jgit.api.BlameCommand
-
Packages that use BlameCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of BlameCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return BlameCommand Modifier and Type Method Description BlameCommand
Git. blame()
Return a command object to execute ablame
commandBlameCommand
BlameCommand. reverse(AnyObjectId start, Collection<ObjectId> end)
Configure the generator to compute reverse blame (history of deletes).BlameCommand
BlameCommand. reverse(AnyObjectId start, AnyObjectId end)
Configure the command to compute reverse blame (history of deletes).BlameCommand
BlameCommand. setDiffAlgorithm(DiffAlgorithm diffAlgorithm)
Set diff algorithmBlameCommand
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 idBlameCommand
BlameCommand. setTextComparator(RawTextComparator textComparator)
Set raw text comparator
-