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 BlameCommandGit. blame()Return a command object to execute ablamecommandBlameCommandBlameCommand. reverse(AnyObjectId start, Collection<ObjectId> end)Configure the generator to compute reverse blame (history of deletes).BlameCommandBlameCommand. reverse(AnyObjectId start, AnyObjectId end)Configure the command to compute reverse blame (history of deletes).BlameCommandBlameCommand. setDiffAlgorithm(DiffAlgorithm diffAlgorithm)Set diff algorithmBlameCommandBlameCommand. setFilePath(String filePath)Set file path.BlameCommandBlameCommand. setFollowFileRenames(boolean follow)Enable (or disable) following file renames.BlameCommandBlameCommand. setStartCommit(AnyObjectId commit)Set start commit idBlameCommandBlameCommand. setTextComparator(RawTextComparator textComparator)Set raw text comparator
-