Uses of Class
org.eclipse.jgit.api.LogCommand
Packages that use LogCommand
-
Uses of LogCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return LogCommandModifier and TypeMethodDescriptionprivate LogCommand
LogCommand.add
(boolean include, AnyObjectId start) LogCommand.add
(AnyObjectId start) Mark a commit to start graph traversal from.Show only commits that affect any of the specified paths.LogCommand.addRange
(AnyObjectId since, AnyObjectId until) Adds the rangesince..until
LogCommand.all()
Add all refs as commits to start the graph traversal from.LogCommand.excludePath
(String path) Show all commits that are not within any of the specified paths.Git.log()
Return a command object to execute aLog
commandLogCommand.not
(AnyObjectId start) Same as--not start
, or^start
LogCommand.setMaxCount
(int maxCount) Limit the number of commits to output.LogCommand.setRevFilter
(RevFilter aFilter) Set a filter for theLogCommand
.LogCommand.setSkip
(int skip) Skip the number of commits before starting to show the commit output.