Uses of Class
org.eclipse.jgit.api.BlameCommand
Packages that use BlameCommand
-
Uses of BlameCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return BlameCommandModifier and TypeMethodDescriptionGit.blame()Return a command object to execute ablamecommandBlameCommand.reverse(AnyObjectId start, Collection<ObjectId> end) Configure the generator to compute reverse blame (history of deletes).BlameCommand.reverse(AnyObjectId start, AnyObjectId end) Configure the command to compute reverse blame (history of deletes).BlameCommand.setDiffAlgorithm(DiffAlgorithm diffAlgorithm) Set diff algorithmBlameCommand.setFilePath(String filePath) Set file path.BlameCommand.setFollowFileRenames(boolean follow) Enable (or disable) following file renames.BlameCommand.setStartCommit(AnyObjectId commit) Set start commit idBlameCommand.setTextComparator(RawTextComparator textComparator) Set raw text comparator