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 LogCommandLogCommand.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..untilLogCommand.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 aLogcommandLogCommand.not(AnyObjectId start) Same as--not start, or^startLogCommand.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.